Martin Aeschlimann
117f6bba76
[ts] update grammar
2016-10-18 11:57:00 +02:00
Johannes Rieken
262b398026
Merge pull request #13880 from Microsoft/joh/fmtconfig
...
enable/disable toggles for default formatters
2016-10-17 17:04:32 +02:00
Martin Aeschlimann
1c90acd7f2
Merge pull request #13884 from Microsoft/aeschli/typescript-grammar-update
...
Typescript grammar update
2016-10-17 15:03:07 +02:00
Martin Aeschlimann
f38751b6d3
[ts] color object literal keys
2016-10-17 14:49:59 +02:00
Johannes Rieken
abc9993766
add [typescript|javascript].formate.enable
2016-10-17 14:38:08 +02:00
Dirk Baeumer
04d334b1db
Move tsserver to 2.0.6-insiders.20161014
2016-10-14 21:50:20 +02:00
Dirk Baeumer
6291636991
Use 2.0.3 stable for tsserver.
2016-10-14 20:49:31 +02:00
Dirk Baeumer
6827488419
Added additional formatting options
2016-10-14 20:49:30 +02:00
Dirk Baeumer
f2575227bb
Making protocol.ts a real module
2016-10-14 20:49:30 +02:00
Dirk Baeumer
99dd5e4a22
Adopt protocol.d.ts file from npm package
2016-10-14 20:49:29 +02:00
Dirk Baeumer
67af291986
Make use of TS 2.0.6 optional
2016-10-14 20:49:28 +02:00
Dirk Baeumer
b43b1084bf
Passing command line argument --useSingleInferredProject
2016-10-14 20:49:27 +02:00
Dirk Baeumer
b2fe50a8ac
Adopt useOneInferredProject
2016-10-14 20:49:26 +02:00
Dirk Baeumer
ad0668ac8d
Adopt replacementSpan
2016-10-14 20:49:25 +02:00
Dirk Baeumer
79a445380e
Pull in 2.0.6 protocol.d.ts
2016-10-14 20:49:24 +02:00
Dirk Baeumer
ad7e29352d
Automate tsserver installation
2016-10-14 20:49:23 +02:00
Martin Aeschlimann
bf82981686
[themes] add variable.language for this, super, self...
2016-10-14 18:33:16 +02:00
Martin Aeschlimann
073c6d04e9
[themes] add support.function
2016-10-14 18:02:14 +02:00
Martin Aeschlimann
010c5068d9
[themes] add support.class & support.constant (for ts)
2016-10-14 17:20:05 +02:00
Martin Aeschlimann
8751b28026
[themes] remove entity.name.function scope from dark vs-default
2016-10-14 16:06:39 +02:00
Martin Aeschlimann
52f9c67a5a
[themes] avoid entity.name.class scope
2016-10-14 16:05:33 +02:00
Martin Aeschlimann
72c6f6625e
[themes] add ts cast & new scope, remove entity.name.method
2016-10-14 12:15:42 +02:00
Martin Aeschlimann
0069a59414
[ts] coloring for 'this'
2016-10-14 10:41:22 +02:00
Martin Aeschlimann
de957293de
[ts] upate grammar, remove meta scopes
2016-10-14 10:13:51 +02:00
Martin Aeschlimann
ee36050edc
[ts] add specific tests (expected results)
2016-10-13 15:24:01 +02:00
Martin Aeschlimann
796e5a9b30
[ts] specific colorize tests
2016-10-13 15:20:46 +02:00
Wade Anderson
b10d024111
Updated version mismatch Info message
...
Per https://github.com/Microsoft/vscode/issues/13284#issuecomment-252186657
2016-10-10 08:55:20 -07:00
Johannes Rieken
eda34bbe60
tsfmt - extensions/typescript
2016-10-08 09:39:48 +02:00
Michael
261c23d427
fix typo in type definitiion
2016-10-03 16:02:02 +02:00
Dirk Baeumer
2e5b5f1750
Fixes #13035 : Disable experimental auto build setting
2016-09-29 21:56:14 +02:00
Dirk Baeumer
623e0176c7
Update typescript extension OSSReadme
2016-09-29 16:49:35 +02:00
Dirk Baeumer
7067b5927c
Fixes #12721 : Info message about typescript.tsdk is a bit too much
2016-09-29 14:04:45 +02:00
Dirk Baeumer
82e929bd0f
Partial fix for #12798 .
2016-09-28 15:36:28 +02:00
Dirk Baeumer
d15f6491a7
Fixes #12803 : Cannot read property 'then' of null
2016-09-28 14:49:35 +02:00
Dirk Baeumer
12a9daeb62
Fixes #12798 : TS error stays around
2016-09-28 13:46:20 +02:00
Dirk Baeumer
5c602c0afd
Fixes #12778 : [loc][Query][VSCode] Please clarify string
2016-09-28 10:35:43 +02:00
Dirk Baeumer
f92b910dbb
Fixes #11850 : Investigate better synchronization between diagnostic request and auot code complete
2016-09-26 22:14:23 +02:00
Benjamin Pasero
889c5d2d8c
ts 2.0: fix unexternalized string issues
2016-09-23 14:50:43 +02:00
Dirk Baeumer
98e45b8d79
Add close buttons to messages
2016-09-23 12:07:28 +02:00
Dirk Baeumer
a48d278d19
Added values to enums to make 2.0.3 compiler happy with structural equal enums
2016-09-23 11:50:22 +02:00
Dirk Baeumer
a464b8a7b5
Fixing compile error caused by TS 2.0.3
2016-09-23 09:03:16 +02:00
Dirk Baeumer
ca81a6bea0
Upgrade to TS 2.0.3
2016-09-22 22:29:31 +02:00
Dirk Baeumer
03d7916061
ImprovedVersionChecking
2016-09-22 16:24:33 +02:00
Dirk Baeumer
f0910528f4
Disable debugger
2016-09-22 12:53:32 +02:00
Dirk Baeumer
f4e1161ef0
Normalize all pathes using fs.realpath
2016-09-22 12:36:15 +02:00
Dirk Baeumer
1ad65140b4
Update typescript extension to 2.0.2
2016-09-21 16:13:49 +02:00
Benjamin Pasero
6fa85223ef
Electron Update 1.x ( #11157 )
...
* use electron 1.3.4
* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE
* OSS input
* update electron.d.ts
* workaround for #8708
* bump oniguruma and chokidar with custom fsevents
* build with appveyor config from master
* oops, still use ELECTRON_RUN_AS_NODE
* use electron 1.3.5
* optional fsevents
* add cat.exe to workaround output issues
* use cat for tests
* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE
* also pipe output to cat for code.sh on windows
* unset ELECTRON_RUN_AS_NODE for appveyor
* fix tfs builds?
* fix build
* fix build?
* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Joao Moreno
676d5ff178
flip typescript hover order
2016-09-05 17:31:20 +02:00
Dirk Baeumer
b40a3b4b71
Fixes #11456 : Hide the tsdk_version setting from the user
2016-09-02 16:21:11 +02:00
Dirk Baeumer
b5a3c7350b
Fixes #11437 : Change 'The workspace folder contains a TypeScript version' message
2016-09-02 10:51:23 +02:00