Update all references to hellocode

This commit is contained in:
Pine Wu
2018-12-12 15:51:03 -08:00
parent c6b400f559
commit bf56683752
18 changed files with 34 additions and 33 deletions

View File

@ -30,8 +30,8 @@ The quickest way is to start your project by copying [.base-sample](https://gith
Only deviate from the standard setting if your sample needs to.
- 5.1: Include a `tslint.json` following https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/hellocode-sample/tslint.json.
- 5.2: Include a `tsconfig.json` following https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/hellocode-sample/tsconfig.json.
- 5.1: Include a `tslint.json` following https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/helloworld-sample/tslint.json.
- 5.2: Include a `tsconfig.json` following https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/helloworld-sample/tsconfig.json.
- 5.3: Your source code should be formatted either using [tsfmt](https://github.com/vvakame/typescript-formatter) or the editor's TS formatter and contain no TSLint/TS errors.
## 6: Tests