S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
Fixes codicons on webviews
main
Eric Amodio
před 3 roky
rodič
64158ec573
revize
8bb6d8f1e7
4 změnil soubory
, kde provedl
5 přidání
a
4 odebrání
Rozdělené zobrazení
Možnosti rozdílového porovnání
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+1
-1
src/webviews/apps/rebase/rebase.html
+1
-1
src/webviews/apps/settings/settings.html
+1
-1
src/webviews/apps/welcome/welcome.html
+2
-1
webpack.config.js
+ 1
- 1
src/webviews/apps/rebase/rebase.html
Zobrazit soubor
@ -5,7 +5,7 @@
<
style
nonce
=
"#{cspNonce}"
>
@font-face {
font-family: 'codicon';
src: url('#{root}/dist/webviews/codicon.ttf?
669d352dfabff8f6eaa466c8ae820e43
') format('truetype');
src: url('#{root}/dist/webviews/codicon.ttf?
404cbc4fe3a64b9a93064eef76704c79
') format('truetype');
}
<
/
style
>
<
/
head
>
+ 1
- 1
src/webviews/apps/settings/settings.html
Zobrazit soubor
@ -5,7 +5,7 @@
<
style
nonce
=
"#{cspNonce}"
>
@font-face {
font-family: 'codicon';
src: url('#{root}/dist/webviews/codicon.ttf?
669d352dfabff8f6eaa466c8ae820e43
') format('truetype');
src: url('#{root}/dist/webviews/codicon.ttf?
404cbc4fe3a64b9a93064eef76704c79
') format('truetype');
}
<
/
style
>
<
/
head
>
+ 1
- 1
src/webviews/apps/welcome/welcome.html
Zobrazit soubor
@ -5,7 +5,7 @@
<
style
nonce
=
"#{cspNonce}"
>
@font-face {
font-family: 'codicon';
src: url('#{root}/dist/webviews/codicon.ttf?
669d352dfabff8f6eaa466c8ae820e43
') format('truetype');
src: url('#{root}/dist/webviews/codicon.ttf?
404cbc4fe3a64b9a93064eef76704c79
') format('truetype');
}
<
/
style
>
<
/
head
>
+ 2
- 1
webpack.config.js
Zobrazit soubor
@ -361,7 +361,8 @@ function getWebviewsConfig(mode, env) {
from
:
path
.
posix
.
join
(
__dirname
.
replace
(
/\\/g
,
'/'
)
,
'node_modules'
,
'vscode-codicons'
,
'@vscode'
,
'codicons'
,
'dist'
,
'codicon.ttf'
,
)
,
Zapsat
Náhled
Načítá se…
Zrušit
Uložit