Erich Gamma

Results 9 issues of Erich Gamma

To ensure that your extension works well with [VS Code remote development] it is recommended to add the new `extensionKind` attribute for extensions that can run locally and remotely. For...

Testing: https://github.com/Microsoft/vscode/issues/62092 (vscode-tslint has the same limitation) When a line has multiple rule violations and you want to disable more then one, then the quick fix doesn´t handle this case...

help wanted

Testing: https://github.com/Microsoft/vscode/issues/62092 See the screenshot below and notice: - each tslint diagnostic has the same diagnostic code 10000 - each diagnostic includes the rule name At some point it was...

bug

- [ ] Show the user tslint warnings like 'rule not found'. _blocked - currently shown in the server log only, which is intended for plugin authors but not users,...

Extracted from https://github.com/Microsoft/vscode/issues/4960 - Daten^ is expanded to ``` ``` - DatenSätze^ is expanded to ``` DatenSä ``` instead of ``` ```

bug

There has been a surprising amount of interest in having devcontainer.json reference and open a `.code-workspace` by default when reopen folder in container using Remote - Containers or in a...

containers
feature-request

It would be nice to see which ranges of lines where changed together. You could use the decorator API for this.

enhancement

_From @Felsig on April 8, 2016 23:51_ - VSCode Version: 0.10.11 (0.10.11) - OS Version: OSX El Capitan 10.11.2 Specifically when writing code like @Model.Id or the similar I get...

Feature Request
OmniSharp