Commit Graph

1249 Commits

Author SHA1 Message Date
Johannes Rieken
dc7402b978 make vscode.d.ts use a declare module, #13990
* a declared module allows to have a sibling module containing experimental API
* this change also cleans up some bogous type pollution that happened because vscode used to be both, a declare module and a global namespace
2016-10-19 11:43:56 +02:00
Martin Aeschlimann
24380045bc Test for #12750 (Fixes #12895) 2016-10-18 17:58:30 +02:00
Martin Aeschlimann
259ab5f015 [themes] add keyword.operator.expression 2016-10-18 17:58:29 +02:00
Martin Aeschlimann
117f6bba76 [ts] update grammar 2016-10-18 11:57:00 +02:00
Martin Aeschlimann
a0eee2788f [c] update grammar 2016-10-18 09:46:14 +02:00
Martin Aeschlimann
20b497e68c [lua] Add update script 2016-10-17 17:24:15 +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
Johannes Rieken
2d9d187f5b html.format.enable 2016-10-17 15:30:11 +02:00
Johannes Rieken
db48473d51 json.format.enable 2016-10-17 15:25:35 +02:00
isidor
c9155f8da7 launch.json - also gray out 'configurations' 2016-10-17 15:16:40 +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
Martin Aeschlimann
d91a9296bb Incorrect coloring of HTML elements containing hyphens. Fixes #13448 2016-10-17 12:57:54 +02:00
Sandeep Somavarapu
e6d385f258 fix #13734 2016-10-17 11:01:29 +02:00
Martin Aeschlimann
1fce4258a9 [go] Update grammar to atom/language-go@d941ce3 (2016-10-10) 2016-10-17 10:35:32 +02:00
Martin Aeschlimann
ba055859d1 Update json language service 2016-10-16 23:46:49 +02:00
Martin Aeschlimann
2e76f1d58e CTRL + Click on link in script:src or link:href can't find the file. Fixes #13688 2016-10-16 23:43:34 +02:00
Martin Aeschlimann
cf02de829d [html] Format document create tab identities. Fixes #13563 2016-10-16 22:03:50 +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
isidor
34ee297015 launch.json decorations: use json parser for better parsing 2016-10-14 14:43:57 +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
isidor
f8faceba58 remove console.log 2016-10-13 18:11:57 +02:00
isidor
fc962e0d28 add decorations for launch.json
fixes microsoft/vscode#13353
2016-10-13 18:04:13 +02:00
Martin Aeschlimann
d34c873db7 HTML word definition changed. Fixes #13675 2016-10-13 16:53:28 +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
Benjamin Pasero
f3dbef0413 better fix for #13577 2016-10-13 12:18:34 +02:00
Johannes Rieken
c18db474ba clean-up util using new event, #643 2016-10-13 10:29:03 +02:00
Johannes Rieken
5f0ba23b69 add simple test for onDidChangeVisibleTextEditors, #643 2016-10-13 10:29:03 +02:00
Joao Moreno
f0bf8e4e3b fixes #13633 2016-10-13 09:52:18 +02:00
Sandeep Somavarapu
2c29a9d91b Actions to open extension storage files 2016-10-12 16:58:53 +02:00
Joao Moreno
eb07dfb380 git: dirtydiff decorators lifecycle 2016-10-11 18:06:43 +02:00