Note that please build
lldb
firstly follow this instruction if you want to enablesource debugging
feature of this extension
File -> Open Folder -> select `VSCode_Extension`
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