File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "liveServer.settings.port" : 5503
2
+ "liveServer.settings.https" : {
3
+ "enable" : true , //set it true to enable the feature.
4
+ "cert" : " C:\\ https\\ server.crt" , //full path of the certificate
5
+ "key" : " C:\\ https\\ server.key" , //full path of the private key
6
+ "passphrase" : " 12345"
7
+ },
8
+ "liveServer.settings.port" : 5501
3
9
}
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ export const isMobile = () =>
218
218
219
219
export function changeMobileLayout ( ) {
220
220
const resultArea = resultContainer . querySelector ( ".result-area" ) ;
221
- console . log ( isMobile ( ) , checkOrientation ( ) === "landscape" ) ;
221
+
222
222
Object . assign (
223
223
resultArea . style ,
224
224
isMobile ( ) && checkOrientation ( ) === "landscape"
You can’t perform that action at this time.
0 commit comments