Dirk Baeumer
|
3c73a2d465
|
Fixes #37565: taskDefinitions property descriptions are not localized
|
2018-03-01 13:00:09 +01:00 |
|
Matt Bierner
|
0179894e45
|
Use vscode.X for basic extensions and vscode.X-language-features for lang features extensions
Standardizing extension identifiers
|
2018-03-01 00:26:31 -08:00 |
|
Matt Bierner
|
dee28efc34
|
logo -> icon
|
2018-02-28 20:52:27 -08:00 |
|
Matt Bierner
|
df9b7778f2
|
Add logo
|
2018-02-28 20:28:53 -08:00 |
|
Martin Aeschlimann
|
f8b2e22b89
|
Missing JSON schema in tsconfig.json. Fixes #44718
|
2018-02-28 11:00:49 +01:00 |
|
Ramya Achutha Rao
|
251101e6ea
|
Use latest AI to avoid monkey patching of modules Fixes Microsoft/vscode-extension-telemetry#12
|
2018-02-27 13:42:26 -08:00 |
|
Matt Bierner
|
0cefddb980
|
Bump TS extension version
|
2018-02-27 11:22:38 -08:00 |
|
Matt Bierner
|
e694de979f
|
Fix TS snippets
TS snippets now live in ts-basics instead of the regular ts extension
|
2018-02-27 11:20:42 -08:00 |
|
Alex Dima
|
e1dc91fc04
|
Fix invalid JSON in typescript extension that breaks the build
|
2018-02-26 23:45:53 +01:00 |
|
Martin Aeschlimann
|
44a45f8bad
|
typescript.experimental.syntaxFolding (#44444)
|
2018-02-26 14:06:51 -08:00 |
|
Ramya Achutha Rao
|
c1ee104fd4
|
Use latest version of telemetry module
|
2018-02-23 14:57:27 -08:00 |
|
Matt Bierner
|
e23c58b3ab
|
Split out ts syntax and grammar to ts basics
|
2018-02-23 13:29:52 -08:00 |
|
Matt Bierner
|
3006e25f03
|
Add real displayName and descriptions to the typescript extension
Part of #43978
|
2018-02-22 15:12:09 -08:00 |
|
Ramya Achutha Rao
|
ad06c9c609
|
Update telemetry module
|
2018-02-17 17:27:09 -08:00 |
|
Ramya Achutha Rao
|
994bfe6903
|
Update telemetry module to fix issue of missing version in events
|
2018-02-13 17:07:30 -08:00 |
|
Dirk Baeumer
|
e91b851ca8
|
Upgrade to latest language pack format
|
2018-01-30 00:11:57 +01:00 |
|
Ramya Achutha Rao
|
71c3b15465
|
Update the telemetry module used by extensions
|
2018-01-29 14:53:24 -08:00 |
|
Matt Bierner
|
d14586e186
|
Provide command aliases for TS extension
#39778
|
2018-01-29 09:55:20 -08:00 |
|
Dirk Baeumer
|
04594c864b
|
Add support for Language Packs
|
2018-01-25 21:14:34 +01:00 |
|
Tony Collen
|
8ee4aba28b
|
Switch all schemastore.org URLs to use SSL. (#40737)
References SchemaStore/schemastore#12
|
2018-01-02 11:36:21 -07:00 |
|
Matt Bierner
|
f4eca163a0
|
Relax vscode-nls deps
|
2017-12-12 11:04:39 -08:00 |
|
Matt Bierner
|
37a9b31ea6
|
Hide TS commands when not in js/ts file
|
2017-11-30 16:39:53 -08:00 |
|
Matt Bierner
|
7c13230aff
|
Setup basic typescript.isManagedFile context
|
2017-11-30 16:37:23 -08:00 |
|
Matt Bierner
|
229ab747e1
|
Move TS extension activate to own file
|
2017-11-30 15:38:40 -08:00 |
|
Matt Bierner
|
49e2d76264
|
Restore having both javascript.goToProjectConfig and typescript.goToProjectConfig
|
2017-11-07 16:35:04 -08:00 |
|
Matt Bierner
|
1b882bcbaa
|
Move remaining command to use command classes
|
2017-11-07 16:29:51 -08:00 |
|
Matt Bierner
|
35f46e131c
|
Use shared snippets for js and jsx, and ts and tsx
|
2017-11-07 15:03:26 -08:00 |
|
Erich Gamma
|
edc2317ff8
|
Support to report TS style checks as warnings (#37616)
* Support to report TS style checks as warnings
* typos
|
2017-11-06 09:29:07 -08:00 |
|
Matt Bierner
|
5664c0f169
|
Fixes #37293
|
2017-10-31 12:02:56 -07:00 |
|
Matt Bierner
|
7ac7a31007
|
Add setting to disable auto import suggestions
|
2017-10-27 17:15:36 -07:00 |
|
Matt Bierner
|
599fdbd67e
|
Move format / validate enable to window settings
There is currently not clean way to register these provides on a resource specific level so they must live in the window settings
|
2017-10-27 15:20:47 -07:00 |
|
Matt Bierner
|
be18049d0a
|
Move tsc autodetect to window scope
|
2017-10-27 15:20:47 -07:00 |
|
Matt Bierner
|
93c737831c
|
Use window scope for implicit project config
|
2017-10-27 15:20:47 -07:00 |
|
Matt Bierner
|
5702389f4b
|
Add setting to disable experimental decorators in implicit js projects
Fixes #14985
|
2017-10-26 17:20:35 -07:00 |
|
Matt Bierner
|
82dcf98352
|
Add support for localizing ts errors (#36451)
* Pick up typescript 2.6.1-insiders.20171019
* Add support for localizing ts errors. Fixes #18634
|
2017-10-19 19:52:02 -07:00 |
|
Matt Bierner
|
73635a9cd3
|
Add option to disable quick suggestions for js/ts paths
Fixes #35877
|
2017-10-13 15:37:19 -07:00 |
|
Matt Bierner
|
989c40066d
|
Fix commenting of jsx attribute using jsx style comments
Fixes #36175
|
2017-10-13 14:51:04 -07:00 |
|
Matt Bierner
|
c098b394b0
|
Use single setting to control autodetect of tasks
#35067
|
2017-10-11 18:45:31 -07:00 |
|
Matt Bierner
|
a60a551582
|
add new typescript.tsc.autoDetectType to enable either detection of build or watch tasks
Fixes #35067
|
2017-10-11 18:30:49 -07:00 |
|
Matt Bierner
|
0bd33bbd96
|
Use strict versions for @types. Fixes #35561
|
2017-10-09 11:21:00 -07:00 |
|
Matt Bierner
|
cb7e0bffd0
|
Prototype TSC watch task contribution (#33865)
* Prototype TSC watch task contribution
* Update to make use of optional properties in task definitions
|
2017-09-22 15:32:00 -07:00 |
|
Matt Bierner
|
761d23b04c
|
Mark inline js expressions in js with language javascript
Fixes #20874
|
2017-09-18 14:32:58 -07:00 |
|
Matt Bierner
|
341c314697
|
Mark TS settings as resource
Fixes #33669
|
2017-09-01 14:54:12 -07:00 |
|
Matt Bierner
|
611e6984b2
|
Mark some ts extension settings as window
Fixes #33048
|
2017-08-23 17:21:17 -07:00 |
|
Matt Bierner
|
ca8da0c0a6
|
Remove check.tscVersion setting
|
2017-07-19 13:55:21 -07:00 |
|
Matt Bierner
|
ac8f47b193
|
Use most broad root for typescript project root in multiroot. Fixes #30163
|
2017-07-05 18:13:08 -07:00 |
|
kieferrm
|
3f8bd163f4
|
update dependency on vscode-extension-telemetry
|
2017-06-30 09:57:37 -07:00 |
|
Dirk Baeumer
|
0e39ec5af5
|
Fixes #29835: Move Task API from proposed to final.
|
2017-06-29 11:03:33 +02:00 |
|
Matt Bierner
|
19decf745e
|
Add insertSpaceAfterTypeAssertion formatting option
Fixes #10296
|
2017-06-28 05:06:53 -05:00 |
|
Dirk Baeumer
|
19f310a027
|
Fixes #29427 & #29617
|
2017-06-27 21:38:56 +02:00 |
|