提交 feebefb6 编写于 作者: C chrmarti 提交者: GitHub

Copy `code-icon.svg` to near where it is used (fixes #19541)

上级 4d9ee749
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "code-oss-dev", "name": "code-oss-dev",
"version": "1.10.0", "version": "1.10.0",
"electronVersion": "1.4.6", "electronVersion": "1.4.6",
"distro": "48c80267365ae89fba184947efd36a4bdfa0a245", "distro": "0edfcc54d5e8654b41e73aacb85adeda2461dcfe",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"
}, },
......
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
.file-icons-enabled .show-file-icons .vs_code_welcome_page\.html-name-file-icon.html-ext-file-icon.html-lang-file-icon.file-icon::before { .file-icons-enabled .show-file-icons .vs_code_welcome_page\.html-name-file-icon.html-ext-file-icon.html-lang-file-icon.file-icon::before {
content: ' '; content: ' ';
background-image: url('../../../../../../../resources/code-icon.svg'); background-image: url('../../code-icon.svg');
} }
.monaco-workbench > .part.editor > .content .welcomePage .mac-only, .monaco-workbench > .part.editor > .content .welcomePage .mac-only,
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
.file-icons-enabled .show-file-icons .vs_code_editor_walkthrough\.md-name-file-icon.md-ext-file-icon.markdown-lang-file-icon.file-icon::before { .file-icons-enabled .show-file-icons .vs_code_editor_walkthrough\.md-name-file-icon.md-ext-file-icon.markdown-lang-file-icon.file-icon::before {
content: ' '; content: ' ';
background-image: url('../../../../../../../resources/code-icon.svg'); background-image: url('../../code-icon.svg');
} }
.monaco-workbench > .part.editor > .content .walkThroughContent .mac-only, .monaco-workbench > .part.editor > .content .walkThroughContent .mac-only,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册