This website requires JavaScript.
Explore
Help
Register
Sign In
Microsoft
/
vscode
Watch
1
Star
0
Fork
0
You've already forked vscode
mirror of
https://github.com/microsoft/vscode.git
synced
2026-08-05 21:07:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b29504c5c2c8dd19c769229331f38ff034b069b7
vscode
/
extensions
/
typescript-language-features
/
src
T
History
Matt Bierner
f929531dfb
Add CodeActionKind.intersects
...
Fixes
#66881
2019-01-21 18:04:01 -08:00
..
commands
Fix type error
2019-01-11 14:40:17 -08:00
features
Add CodeActionKind.intersects
2019-01-21 18:04:01 -08:00
test
Don't include object key types in completeFunctionCalls
2019-01-09 11:52:02 -08:00
tsServer
Normalize the TS server path in logged TS server errors
2019-01-11 14:23:29 -08:00
typings
…
utils
Don't include object key types in completeFunctionCalls
2019-01-09 11:52:02 -08:00
api.ts
Add API so that extensions can configure TS Server plugins
2018-11-19 14:59:19 -08:00
extension.ts
Extract lazy activation logic
2018-11-19 16:34:15 -08:00
languageProvider.ts
Prototype autofix source code action
2019-01-21 17:16:06 -08:00
protocol.const.ts
Don't trigger parameter hints when completing empty method
2018-11-29 12:03:36 -08:00
protocol.d.ts
Add tag closing completions
2018-06-19 11:06:35 -07:00
typescriptService.ts
Prototype autofix source code action
2019-01-21 17:16:06 -08:00
typescriptServiceClient.ts
Don't make semantic requests against the TS server when the languageService has been disabled
2019-01-11 14:23:29 -08:00
typeScriptServiceClientHost.ts
Remove workaround for ts infer type suggestions showing up with no quick fix
2018-12-06 20:09:23 -08:00