使用 JavaScript能使本网站更好的工作。
首页
广场
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
关注
1
点赞
0
派生
0
代码
话题
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Fixes codicons on webviews
main
Eric Amodio
3 年前
父节点
64158ec573
当前提交
8bb6d8f1e7
共有
4 个文件被更改
,包括
5 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
查看文件
@ -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
查看文件
@ -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
查看文件
@ -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
查看文件
@ -361,7 +361,8 @@ function getWebviewsConfig(mode, env) {
from
:
path
.
posix
.
join
(
__dirname
.
replace
(
/\\/g
,
'/'
)
,
'node_modules'
,
'vscode-codicons'
,
'@vscode'
,
'codicons'
,
'dist'
,
'codicon.ttf'
,
)
,
撰写
预览
正在加载...
取消
保存