|
|
3 سال پیش | |
|---|---|---|
| .. | ||
| .vscode | 3 سال پیش | |
| resource | 3 سال پیش | |
| src | 3 سال پیش | |
| .eslintrc.json | 4 سال پیش | |
| .gitignore | 3 سال پیش | |
| .prettierrc.json | 3 سال پیش | |
| .vscodeignore | 3 سال پیش | |
| README.md | 3 سال پیش | |
| package.json | 3 سال پیش | |
| tsconfig.json | 4 سال پیش | |
Note that please build
lldbfirstly follow this instruction if you want to enablesource debuggingfeature of this extension
VSCode_Extension directory with the vscodeFile -> Open Folder -> select `VSCode_Extension`
npm install in terminal to install necessary dependencies.F5 or ctrl+shift+D switch to Run and Debug panel and click Run Extension to boot.prettier is recommended and .prettierrc.json has been provided in workspace.
More details and usage guidance please refer prettier
You can run following commands in current extension directory to check and apply
# install prettier firstly
npm install --save-dev prettier
# check format
npm run prettier-format-check
# apply
npm run prettier-format-apply