Erich Gamma

Results 23 comments of Erich Gamma

//CCing @deepak1556 @connor4312 for electron and debug insights. @stephancasas can you please provide steps for how to reproduce the issue for someone that isn't familiar with the CodeSwing extension.

@octogonz it is correct that you can put settings into the `code-workspace` file. However, the `code-workspace` file is typically checked into the repository and shared with the team. It therefore...

@diegovilar the request makes sense and there already is a vscode-tslint (vnext) extension the market place. It bundles the tslint language service with the extension. it would be the right...

this is the extension https://marketplace.visualstudio.com/items?itemName=eg2.ts-tslint

@victornoel I suggest you also try the vscode-tslint(vnext) extension. It bundles the tslint-language-service https://marketplace.visualstudio.com/items?itemName=eg2.ts-tslint

@victornoel the goal for vscode users is that the user can just install a VS Code extension. The extension then has the typescript language server plugin bundled, so that the...

@matheo you can enable logging and you should see that the tslint language service trace messages. You can enable logging like: ` set TSS_LOG=-level verbose -file c:\tmp\tsserver.log ` The message...

@mjbvz some cosmetic tuning would be to use a smaller number than 100000 for the tslint error code.

@amatiasq reloading the window, or `TypeScript: reload project` would be a faster work around. However, vscode-tslint reacts to tslint.json config changes automatically and we should support the tslint-language-service as well....