Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
development:vscode:keybindings [2020/10/26 12:21] kalenpw |
development:vscode:keybindings [2020/10/27 10:11] (current) kalenpw |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| <code json> | <code json> | ||
| - | /** | + | // Activity bar |
| - | | + | |
| - | */ | + | |
| // Explorer | // Explorer | ||
| { | { | ||
| Line 42: | Line 40: | ||
| " | " | ||
| " | " | ||
| - | } | + | }, |
| + | |||
| + | // Advanced new file | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| </ | </ | ||