diff --git a/vscode/package.json b/vscode/package.json index 852772a446..a96876a704 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -436,6 +436,10 @@ "extensions": [ ".qs" ], + "icon": { + "light": "./resources/file-icon-light.svg", + "dark": "./resources/file-icon-dark.svg" + }, "configuration": "./language-configuration.json" } ], diff --git a/vscode/resources/file-icon-dark.svg b/vscode/resources/file-icon-dark.svg new file mode 100644 index 0000000000..6b8d88d597 --- /dev/null +++ b/vscode/resources/file-icon-dark.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vscode/resources/file-icon-light.svg b/vscode/resources/file-icon-light.svg new file mode 100644 index 0000000000..c7a61191c7 --- /dev/null +++ b/vscode/resources/file-icon-light.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +