tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
82 stars 16 forks source link

Clear script section in package.json #121

Closed DoctorKrolic closed 10 months ago

DoctorKrolic commented 10 months ago
  1. There are no tests, so removed test script
  2. compile script is used to launch extension when debugging. But since there are more changes to the language server, the -watch option is not helpful and even sometimes harmful considering that I need to manually stop it to rebuild and pick up LSP changes