Commit Graph

738 Commits

Author SHA1 Message Date
Martin Aeschlimann 1e7486aa63 Move LESS to extension 2016-06-13 20:08:53 +02:00
Martin Aeschlimann 65b2c5ca27 Move SCSS to extension 2016-06-13 18:58:04 +02:00
Martin Aeschlimann b1130039f9 Polish cssParser imports 2016-06-13 18:58:04 +02:00
Martin Aeschlimann 5dfa0e0350 Add LanguageService as facade 2016-06-13 11:30:19 +02:00
Martin Aeschlimann 2b247ccbfd [css] move to extension 2016-06-13 11:30:19 +02:00
Martin Aeschlimann 966cb81e0a [json] name & test polishes 2016-06-13 11:30:19 +02:00
Andre Weinand 7d56f33e50 update node-debug 2016-06-09 23:51:11 +02:00
Martin Aeschlimann 8a80fc6757 [configuration-editing] remove devDependency 2016-06-09 10:50:06 +02:00
Martin Aeschlimann b0f25a857a Update thirdpartynotices for scss grammar 2016-06-09 09:44:22 +02:00
Martin Aeschlimann 2386b26777 Add SCSS grammar license statement 2016-06-09 09:31:03 +02:00
Martin Aeschlimann e0057afca1 Use textmate for scss, rename sass to scss 2016-06-09 09:31:03 +02:00
Martin Aeschlimann 67fe4d8b60 [json] rename server to jsonServerMain 2016-06-09 09:31:03 +02:00
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