Extension Development Improvements by WardenGnaw · Pull Request #1941 · microsoft/vscode-cpptools · GitHub
Skip to content

Extension Development Improvements#1941

Merged
WardenGnaw merged 3 commits into
microsoft:masterfrom
WardenGnaw:dev/waan/FunctionNameTSLint
May 7, 2018
Merged

Extension Development Improvements#1941
WardenGnaw merged 3 commits into
microsoft:masterfrom
WardenGnaw:dev/waan/FunctionNameTSLint

Conversation

@WardenGnaw

Copy link
Copy Markdown
Member
  1. Updated tasks.json to 2.0
  2. Added tslint problem matcher
    • Weird issue that problem does not disappear when resolved.
  3. Adding tslint for class and function names.
    • class must be in PascalCase
    • funcitons must be in camelCase
  4. Addressing vulnerability warning

1. Updated tasks.json to 2.0
2. Added tslint problem matcher
   - Weird issue that problem does not disappear when resolved.
3. Adding tslint for class and function names.
   - class must be in PascalCase
   - funcitons must be in camelCase
4. Addressing vulnerability warning
   - microsoft/vscode#49146
@WardenGnaw WardenGnaw self-assigned this May 5, 2018
@WardenGnaw WardenGnaw requested review from bobbrow and sean-mcmanus May 5, 2018 16:27
@WardenGnaw WardenGnaw merged commit ff31eef into microsoft:master May 7, 2018
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants