Commit graph

726 commits

Author SHA1 Message Date
Andre Weinand
33dc72c4d5 node-debug: add 'attach to process' for Windows 2016-06-08 17:12:32 +02:00
Johannes Rieken
d681654ac9 more test to cement current behaviour, #1396 2016-06-08 13:38:07 +02:00
Johannes Rieken
e8ddfed2cc getConfiguration should not crash when section denotes a value, #1396 2016-06-08 11:56:30 +02:00
Benjamin Pasero
dcd7c87af5 improve revert logic for untitled (also dispose untitled input after save) 2016-06-06 16:20:16 +02:00
Dirk Baeumer
50e579f9ac Fixes #7186: Problem with changing languages 2016-06-06 12:40:23 +02:00
Andre Weinand
a3c38e902f update node-debug 2016-06-06 10:57:33 +02:00
Johannes Rieken
fb9865d00c api - encourage to set kind when creating a completion item. actually do it 2016-06-06 10:01:05 +02:00
Martin Aeschlimann
346834b1f0 configuration-editing: fix npm install, vscode lookup, completion item usage 2016-06-06 08:46:47 +02:00
Benjamin Pasero
7c483ab854 polish 2016-06-06 07:32:06 +02:00
Johannes Rieken
640f516f37 api - encourage to set kind when creating a completion item 2016-06-03 15:48:21 +02:00
Johannes Rieken
9afa1307d4 add configuration-editing extension that proposes commands in keybindings.json, #7185 2016-06-03 15:40:36 +02:00
Martin Aeschlimann
f7ed34859a Update JSON service to latest vscode-languageserver 2016-06-03 14:49:39 +02:00
Dirk Baeumer
26983bfc8a Fixes #7149: Markers: deleting a file should remove its markers 2016-06-03 12:10:17 +02:00
Johannes Rieken
3d5e058652 support only custom title of preview pane, #2351 2016-06-03 10:44:31 +02:00
Johannes Rieken
68d19ce0ab use title in API test, #2351 2016-06-03 08:58:13 +02:00
Andre Weinand
dacf99d41f update node-debug 2016-06-02 22:25:28 +02:00
Joao Moreno
b459c6a34d show documentation in parameter hints 2016-06-02 11:26:15 +02:00
Dirk Baeumer
a5f28dd150 Fixes #7097: TypeScript should revalidate all files that were open in an editor 2016-06-01 16:17:50 +02:00
Andre Weinand
53b3bbed45 update node-debug 2016-06-01 11:51:21 +02:00
Andre Weinand
3498aaa66c node-debug: add 'attach to process' support 2016-06-01 00:52:56 +02:00
Martin Aeschlimann
fb4d59aa39 fixes #6974: [json] $schema attribute - strange path resolution behavior when referencing local schema file 2016-05-30 17:16:38 +02:00
Martin Aeschlimann
1e099735a6 fixes #6976: [json] Modifying a JSON Schema file requires a restart of VS code to pick up the changes 2016-05-30 16:27:39 +02:00
Johannes Rieken
45a797bec1 check for input box options, fixes #7013 2016-05-30 10:54:15 +02:00
Martin Aeschlimann
a8eadbd8d4 Clean up __characterPairSupport, fixes #6889 2016-05-30 10:12:13 +02:00
Benjamin Pasero
a42976ec17 Merge branch 'master' into ben/stacks 2016-05-27 16:50:59 +02:00
Andre Weinand
4035f3eece update node-debug translations 2016-05-27 10:35:26 +02:00
Alexandru Dima
342cbe3ba7 Merge pull request #6911 from Microsoft/dbaeumer/6909
Pull request to address #6909
2016-05-27 10:34:38 +02:00
Martin Aeschlimann
eb54c3cef8 Revert type-parameter lookahead (fixes #6955) 2016-05-27 10:23:00 +02:00
Martin Aeschlimann
995b3778e6 [less/sass] test cssvariable colorizing 2016-05-27 08:37:21 +02:00
Martin Aeschlimann
9cf7f1158f CSS variable colorizer test 2016-05-27 08:31:48 +02:00
Benjamin Pasero
fa705b4b62 Merge branch 'master' into ben/stacks 2016-05-27 07:48:46 +02:00
Martin Aeschlimann
9938136e44 Syntax highlighting issue when there is no space preceding (TypeScript-TmLanguage/issues/11) 2016-05-26 17:04:55 +02:00
Martin Aeschlimann
e1999f2685 Test for #6916 2016-05-26 15:37:05 +02:00
Benjamin Pasero
8333957a4d Merge branch 'master' into ben/stacks 2016-05-26 14:11:12 +02:00
Alex Dima
9326b1406b Fixes #6916: Remove type parameters rule from JavaScript grammar 2016-05-26 13:44:39 +02:00
Alex Dima
de54cb5a47 Fixes #4065: Catch the copyright case in the onEnterRules 2016-05-26 12:43:16 +02:00
Martin Aeschlimann
9823c9d7df Update typescript grammar 2016-05-26 12:28:53 +02:00
Dirk Baeumer
a22804ff9d Addresses #6909 2016-05-26 11:29:01 +02:00
Benjamin Pasero
5684c02522 Merge branch 'master' into ben/stacks 2016-05-25 18:20:39 +02:00
Marvin Hagemeister
3edd29e801 Add .babelrc to json mimetype 2016-05-25 16:08:10 +02:00
Martin Aeschlimann
18802ed5f4 Fixes in OSSREADME's 2016-05-25 14:48:10 +02:00
Sandeep Somavarapu
338f9523fa #6765 fix LESS textmate grammar to support css variables 2016-05-25 12:54:31 +02:00
Johannes Rieken
f73f84ecab encode uri components which are meant to be a path, fixes #6709 2016-05-25 12:46:14 +02:00
Benjamin Pasero
9d34e3bf05 Merge branch 'master' into ben/stacks 2016-05-23 19:14:36 +02:00
Andre Weinand
73cbbe8c57 update node debug (use final 1.9.0 protocol) 2016-05-23 15:52:16 +02:00
Martin Aeschlimann
0043a2608e Merge pull request #6317 from Ikuyadeu/supportVue
Support Vuejs file (fix #6290)
2016-05-23 15:50:29 +02:00
Martin Aeschlimann
570ae4fe26 fixes #6591: [perl] wrong coloring when space after regexp 2016-05-23 10:42:17 +02:00
Benjamin Pasero
5367cde2f4 Merge branch 'master' into ben/stacks 2016-05-23 07:01:55 +02:00
Martin Aeschlimann
d6f9a03afd Update Jade grammar (Apr 30) 2016-05-22 17:41:49 +02:00
Martin Aeschlimann
82b5088e74 Merge branch 'master' into sandy/css-variables 2016-05-22 17:16:11 +02:00