Skip to content

Commit c37fe1c

Browse files
committed
docs: update maintenance.md
1 parent 94f1231 commit c37fe1c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/development/advanced/maintenance.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Maintenance ntoes
1+
# Maintenance
2+
3+
## Dependencies
24

35
When upgrading `@types/vscode` in [package.json](/package.json), you must also upgrade the `engines.vscode` value manually.
46

@@ -9,3 +11,12 @@ ERROR @types/vscode ^1.53.0 greater than engines.vscode ^1.52.0. Consider upgra
911
```
1012

1113
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

Comments
 (0)