File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,10 @@ index 3ae24454cb..d637d02855 100644
146
146
// Do nothing. If we can't read the file we have no
147
147
// language pack config.
148
148
diff --git a/src/vs/code/browser/workbench/workbench.html b/src/vs/code/browser/workbench/workbench.html
149
- index 44f67f0a0b..00fc1deea8 100644
149
+ index 44f67f0a0b..50d29b1e87 100644
150
150
--- a/src/vs/code/browser/workbench/workbench.html
151
151
+++ b/src/vs/code/browser/workbench/workbench.html
152
- @@ -18,10 +18,11 @@
152
+ @@ -18,10 +18,12 @@
153
153
154
154
<!-- Workarounds/Hacks (remote user data uri) -->
155
155
<meta id="vscode-remote-user-data-uri" data-settings="{{REMOTE_USER_DATA_URI}}">
@@ -160,6 +160,7 @@ index 44f67f0a0b..00fc1deea8 100644
160
160
- <link rel="manifest" href="/manifest.json">
161
161
+ <link rel="icon" href="./favicon.ico" type="image/x-icon" />
162
162
+ <link rel="manifest" href="./manifest.json">
163
+ + <link rel="apple-touch-icon" href="./static/out/vs/server/src/media/code-server.png" />
163
164
<link data-name="vs/workbench/workbench.web.api" rel="stylesheet" href="./static/out/vs/workbench/workbench.web.api.css">
164
165
</head>
165
166
Original file line number Diff line number Diff line change 6
6
< title > Authenticate: code-server</ title >
7
7
< link rel ="icon " href ="./favicon.ico " type ="image/x-icon " />
8
8
< link rel ="manifest " href ="./manifest.json ">
9
+ < link rel ="apple-touch-icon " href ="./static/out/vs/server/src/media/code-server.png " />
9
10
< link href ="./static/out/vs/server/src/media/login.css " rel ="stylesheet ">
10
11
</ head >
11
12
< body >
Original file line number Diff line number Diff line change 6
6
"background-color" : " #fff" ,
7
7
"description" : " Run VS Code on a remote server." ,
8
8
"icons" : [{
9
- "src" : " static/code-server.png" ,
10
- "sizes" : " 128x128 " ,
9
+ "src" : " ./ static/out/vs/server/src/media /code-server.png" ,
10
+ "sizes" : " 384x384 " ,
11
11
"type" : " image/png"
12
12
}]
13
13
}
You can’t perform that action at this time.
0 commit comments