We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f1231 commit c37fe1cCopy full SHA for c37fe1c
1 file changed
docs/development/advanced/maintenance.md
@@ -1,4 +1,6 @@
1
-# Maintenance ntoes
+# Maintenance
2
+
3
+## Dependencies
4
5
When upgrading `@types/vscode` in [package.json](/package.json), you must also upgrade the `engines.vscode` value manually.
6
@@ -9,3 +11,12 @@ ERROR @types/vscode ^1.53.0 greater than engines.vscode ^1.52.0. Consider upgra
9
11
```
10
12
13
Running the `test` command will not tell you about the error.
14
15
16
+## Images
17
18
+The extension icon listed in `package.json` must not be an SVG because of security limitations by VS Code. A PNG works fine.
19
20
+SVGs are used for "commands" though, for the extension's button.
21
22
+See [images](/images/).
0 commit comments