razor-tooling/.vscode
N. Taylor Mullen 432e93657d
Fix bootability of VSCode with Razor dev assets. (#3306)
* Fix bootability of VSCode with Razor dev assets.

- Updated launch.json and tasks.json to not be platform specific. As part of this it does add the requirement that VSCode is booted via an activated command line (this is what we require for VS anyhow).
- Moved the debugging extension from eslint -> tslint so that it's consistent with the rest of the VSCode projects. Updated the corresponding files to reflect the tslint requirements.
- Added an npmproj for the debugging extension so that it can be built transitively when trying to run VSCode

Part of dotnet/aspnetcore#30834

* Only activate on linux
2021-03-18 20:25:43 +00:00
..
extensions.json ms-vscode.csharp to ms-dotnettools.csharp 2020-03-10 14:02:30 -07:00
launch.json Fix bootability of VSCode with Razor dev assets. (#3306) 2021-03-18 20:25:43 +00:00
settings.json Razor Code Actions Prep (#2407) 2020-08-19 10:37:32 -07:00
tasks.json Fix bootability of VSCode with Razor dev assets. (#3306) 2021-03-18 20:25:43 +00:00