diff --git a/DevREADME.md b/DevREADME.md index 1ddfd6f..aaa5869 100644 --- a/DevREADME.md +++ b/DevREADME.md @@ -21,7 +21,7 @@ npm run compile 1. open the source codes folder "AutoLispExt" in the vscode. 2. add some breakpoints as needed. -3. hit F5 and select "Extension Client", then it will start another vscode instance with running the extension. +3. hit F5 and select "Extension Client", then it will start another vscode instance with running the extension. 4. Do some operations to invoke the codes which are added breakpoints, vscode will stop in the first instance. ## How to package the extension @@ -36,11 +36,17 @@ It will create the package in the current folder. You have two ways to run the tests: - Run inside the VS Code and begin debugging by choosing "Extension Tests" - - Run on terminal outside of VS Code and make sure no VS code is running (VS Code terminal will not work due to VS Code limitation) + - Run on terminal outside of VS Code and make sure no VS code is running (VS Code terminal will not work due to VS Code limitation) ``` npm run test ``` +## How to sign CLA + +Once your PR is created, a CLA bot will automatically add a comment to explain how to sign Contributor License Agreement. + +For Individual Contributor, following that comment, it can be done inside your PR; but make sure that the 'git config user.name' and 'git config user.email' on your computer are identical with those you use to login in to GITHUB. Once signed, the bot won't bother you in your future PRs. + ### localization notices It uses the gulp to do localization to reference project https://github.com/microsoft/vscode-extension-samples/tree/master/i18n-sample And the codes in each ts file: @@ -69,6 +75,6 @@ It needs the BRE team help to do following things by hand: You may encounter the failure of npm install, the error message would say: Error installing vscode.d.ts: Error: read ECONNRESET -If you encounter this problem, maybe your NODE is too old, in version v10.13.0 it +If you encounter this problem, maybe your NODE is too old, in version v10.13.0 it can work well. -or run "npm cache clean -force" \ No newline at end of file +or run "npm cache clean -force"