Matt Bierner
85c67a9768
Add importModuleSpecifier specifier preference
2018-05-02 16:48:43 -07:00
Matt Bierner
e1a4a6812b
Basic support for TS preferences
...
Fixes #45948
2018-05-02 16:48:43 -07:00
Matt Bierner
7b3c343688
Start adding some basic pinning tests for jsdoc -> snippet
2018-05-02 14:41:37 -07:00
Dirk Bäumer
e329bb6bb0
Fixes #48711 : TypeScript build task output not populating error list with --pretty on ( #48744 )
2018-04-26 13:46:58 -07:00
Matt Bierner
2f86e30e96
Disable syntax based folding again by default for stable
2018-04-26 11:03:29 -07:00
Ramya Achutha Rao
1139de12c0
Create appInsights client only if user has opt-in to telemetry
2018-04-25 15:21:15 -07:00
Ramya Achutha Rao
953cdf7f3d
Update vscode-extension-telemetry version
2018-04-20 10:30:05 -07:00
Matt Bierner
2fadb90198
Move TS/JS to use organize imports codeAction instead of command ( #47850 )
...
* Move TS/JS to use organize imports code action
Fixes #47845
Fixes #46647
- Defines a new standard `SourceOrganizeImports` `CodeActionKind` to be used to implement organize imports in a consistent way.
- Add a new `Organize imports` command and keybinding that executes these actions.
- Move over the existing js/ts organize imports command to use the new code action kind
* Use supportedCodeActions context key
* Document code action kind values
* Fix regular expression
Make sure we only match whole scopes and not `unicorn.source.organizeImports`
2018-04-18 10:51:33 -07:00
Sandeep Somavarapu
e592885b49
Fix #46750
2018-04-16 17:10:46 +02:00
Martin Aeschlimann
f57c35c0f2
Languages -> Programming Languages (for #47103 )
2018-04-03 14:30:02 +02:00
Matt Bierner
c059826ba2
Have distinct js/ts commands for organize imports
...
Fixes #46701
2018-03-27 14:33:55 -07:00
Matt Bierner
a1c693ab1a
Allow disabling JS/TS suggestion actions
...
Fixes #46590
2018-03-26 15:28:54 -07:00
Matt Bierner
cb16bf9308
Turn syntax based folding on by default for TS 2.8
2018-03-26 13:41:30 -07:00
Dirk Baeumer
a9f6297db9
Fixes #46373 : $tsc-watch background problem matcher is locale specific
2018-03-26 11:47:02 +02:00
Dirk Baeumer
6cc1bedc4a
Fixes #46324 : Typescript matchers doesn't recognize tsc output with pretty option enabled
2018-03-26 11:37:49 +02:00
Matt Bierner
0b655c0603
Rename typescript to typescript-language-features
2018-03-23 13:31:29 -07:00