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-05-16 05:11:14 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aaa72d5b671f3eeef9139e70c05ab047536585c3
vscode
/
extensions
/
typescript-language-features
/
src
T
History
Matt Bierner
c9a97b5581
Pick up TS 4.8 final (
#159238
)
...
Fixes
#157527
2022-08-26 01:30:07 +02:00
..
commands
Allow manually restarting TS Server even if it has crashed too many times
2022-03-08 18:48:48 -08:00
languageFeatures
Use own calls to localize (
#158372
)
2022-08-17 10:27:29 -04:00
task
…
test
Use correct casting when working with Object.freeze
2022-03-16 16:00:32 -07:00
tsServer
Use own calls to localize (
#158372
)
2022-08-17 10:27:29 -04:00
ui
Don't show busy for JS/TS files not in workspace
2022-04-05 17:03:12 -07:00
utils
Use own calls to localize (
#158372
)
2022-08-17 10:27:29 -04:00
api.ts
…
experimentationService.ts
Initial contents for experimentation in typescript-language-features. (
#153358
)
2022-06-27 12:53:24 -07:00
extension.browser.ts
Pick up TS 4.8 final (
#159238
)
2022-08-26 01:30:07 +02:00
extension.ts
chore: update to electron 17 (
#143223
)
2022-03-11 00:51:37 +09:00
languageProvider.ts
Sort
2022-04-21 22:23:48 -04:00
lazyClientHost.ts
…
protocol.const.ts
…
protocol.d.ts
…
test-all.ts
…
typescriptService.ts
Switch to finalized TS protocol types (
#152259
)
2022-06-15 15:37:21 -07:00
typescriptServiceClient.ts
Include globally enabled TS Server plugins when reporting issues (
#156510
)
2022-08-01 10:44:46 -07:00
typeScriptServiceClientHost.ts
…