File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ $ npm i vsc-custom-css-cli -g
3030$ vsc-custom
3131```
3232
33+ ## Notice
34+
35+ ** After add/update command, in order to make it effects, a full quit & restart of vscode is needed.**
36+
3337## Commands
3438
3539### ` vsc-custom add <file-or-url> `
@@ -51,13 +55,14 @@ vsc-custom add 'https://gist.githubusercontent.com/magicdawn/9a8278667c5ebdf71cb
5155### ` vsc-custom update ` / ` vsc-custom up `
5256
5357- this will update embeded file contents
58+ - ** After a vscode auto-update, everything added is lost, a ` vsc-custom up ` command is neeeded to get things back**
5459
5560for example
5661
5762- run ` vsc-custom add ./local-file.css `
5863- modify local-file.css
59- - quit vscode
6064- run ` vsc-custom update ` in order make it effects in vscode
65+ - quit vscode & restrt vscode
6166
6267### ` vsc-custom list `
6368
@@ -74,6 +79,7 @@ or `vsc-custom ls` / `vsc-custom l`
7479
7580- install extension https://marketplace.visualstudio.com/items?itemName=rid9.datetime
7681- install custom css ` vsc-custom add 'https://gist.githubusercontent.com/magicdawn/9a8278667c5ebdf71cb87b8504295449/raw/a47ebbf01baf0a0fab49b2f8e9ec9411b492c9cd/vscode-big-clock.less' `
82+ - quit vscode & restart to see this screenshot happens
7783
7884### more ...
7985
You can’t perform that action at this time.
0 commit comments