Commit Graph

415 Commits

Author SHA1 Message Date
Dirk Baeumer 5354309a24 Converted json extension to new vscode-nls npm module 2016-03-03 16:54:36 +01:00
Martin Aeschlimann 63c9d46cde Fixes #3204: [json] project.json intellisense broken due to server change 2016-03-03 16:09:26 +01:00
Dirk Baeumer a6a72d908a Localize task extension 2016-03-03 15:27:35 +01:00
Dirk Baeumer 24254ce4dd Add dependency to vscode-nls npm module 2016-03-03 15:20:46 +01:00
Dirk Baeumer 6270510ef3 Localize TS extension 2016-03-03 15:12:48 +01:00
Dirk Baeumer 27b12afea4 Localize PHP plugin 2016-03-03 15:12:19 +01:00
Joao Moreno 86fba6d0cc reload javascript project activation event
fixes #3635
2016-03-03 09:59:11 +01:00
Andre Weinand 33a4ec72b5 update node-debug 2016-03-02 18:11:18 +01:00
Andre Weinand 91338eda9e update node-debug 2016-03-02 15:57:07 +01:00
Joao Moreno 35fe01a4a0 fix missing extension adoption in tasks/package.json 2016-03-02 12:47:14 +01:00
Andre Weinand 3e40c07398 update node-debug 2016-03-02 00:11:28 +01:00
Andre Weinand 44afe82ba0 pass a 'More Information' url from the debug adapter to the frontend. fixes #3448 2016-03-01 17:28:53 +01:00
Andre Weinand 0128901edc update node-debug 2016-03-01 17:28:53 +01:00
Alex Dima 07b3df70d1 src/vs/platform/plugins -> src/vs/platform/extensions 2016-03-01 11:51:56 +01:00
Alex Dima 18c4629511 Rename gulp tasks around extensions 2016-03-01 11:40:18 +01:00
Alex Dima 1a97264011 gulpfile.plugins -> gulpfile.extensions 2016-03-01 11:40:17 +01:00
Alex Dima ffb400f89a Remove remaining internal declares.d.ts 2016-03-01 11:40:16 +01:00
Alex Dima 58c1cdd3eb php extension compiles to commonjs 2016-03-01 11:40:14 +01:00
Dirk Baeumer e7e927db00 Polish code complete in Configure Task Runner 2016-03-01 11:35:15 +01:00
Daniel Imms 2212fbbb6c Add application/xhtml+xml as a HTML mimetype
Related #3521
2016-02-29 15:29:03 -08:00
Martin Aeschlimann f0c6ccccce Fixes #3494: [snippets] [debt] don't allow snippet syntax in default values 2016-02-29 22:30:11 +01:00
Daniel Imms a66123b62f Merge pull request #3535 from Tyriar/3521_xhtml_lang
Associate .xhtml with HTML language mode
2016-02-29 08:32:15 -08:00
Daniel Imms 3f54c4ae46 Merge pull request #3534 from Tyriar/1656_css_property_value_dark_plus
Highlight CSS property values in Dark+
2016-02-29 08:31:56 -08:00
Dirk Baeumer 4c27e1bc56 Fixed #3434: Have to reload vscode in order to pick up jsconfig.json 2016-02-29 15:17:00 +01:00
Daniel Imms 98e9498df5 Associate .xhtml with HTML language mode
Fixes #3521
2016-02-27 21:39:21 -08:00
Daniel Imms 8cba807a63 Highlight CSS property values in Dark+
This makes highlighting more consistent with Light+ and adds some much needed
color to CSS files.

Fixes #1656
2016-02-27 21:00:11 -08:00
Joao Moreno cfbf9294e4 add javascript react snippets
fixes #3415
2016-02-26 10:31:26 +01:00
Joao Moreno 0513f2c8a6 add reload javascript project command
fixes #3417
2016-02-25 15:05:14 +01:00
Andre Weinand 8d9d44b8c9 update node-debug 2016-02-25 13:10:55 +01:00
Joao Moreno 61ffc5c86a improve salsa release notes message
fixes #3430
2016-02-25 11:28:19 +01:00
Andre Weinand d17316afa9 update node-debug 2016-02-25 00:24:37 +01:00
Martin Aeschlimann 3043d12a12 [ts][js] update grammar to dbb24c8 (Feb 24) 2016-02-24 15:30:13 +01:00
Joao Moreno 856fb0bd1b Revert "fixes #3122: Add snippet support to tasks.json"
This reverts commit 8004d277b7.
2016-02-24 15:01:23 +01:00
Joao Moreno 9d64fe7680 Revert "Add support for donet build"
This reverts commit a7a0f827d0.
2016-02-24 15:01:23 +01:00
isidor 60299701bd ossreadme: we use typescript 1.8.2 2016-02-23 17:00:00 +01:00
Martin Aeschlimann 17862b8ce0 Fixes #2898: [js] update jsconfig.json to latest tsconfig.json schema 2016-02-23 11:03:47 +01:00
Joao Moreno b0dd96a91a update typescript to 1.8.2 2016-02-23 09:48:07 +01:00
Joao Moreno 89b641e269 fix build: json server super call 2016-02-23 08:53:32 +01:00
Andre Weinand 3010d4c4dc update node-debug to latest 2016-02-22 22:50:04 +01:00
Martin Aeschlimann 5ae8889dcd Merge pull request #3198 from alexaubry/master
Updated Swift Autocompletion Syntax
2016-02-22 14:39:19 +01:00
Alex Dima 4a7d555d2d Simplify code dealing with brackets 2016-02-22 11:49:20 +01:00
Martin Aeschlimann c93de7a171 Fixes #2995 [json] [0.10.8] Wrapping JSON with double quotes replaces the text 2016-02-22 10:29:35 +01:00
Alexis Aubry 5f71983134 Update Swift Autocompletion Syntax
Performed updates to the Swift Snippets JSON so that they match the latest language syntax

Updated :

- print()
- repeat {} while

Added :

- Guard statement
- Optional Binding Statement
2016-02-20 15:18:59 +01:00
Erich Gamma 282ad07346 Fixed line terminators 2016-02-19 18:26:57 +01:00
Dirk Baeumer c93167fec5 Fixes #2930: Bad argument 2016-02-19 12:27:08 +01:00
Joao Moreno 68e6224a64 move vscode-extension-telemetry dependency to typescript 2016-02-19 10:53:14 +01:00
Dirk Baeumer a7a0f827d0 Add support for donet build 2016-02-19 10:17:05 +01:00
Sofian Hnaide 0a90859d90 add telemetry to the typescript extension 2016-02-18 20:22:13 -08:00
Dirk Baeumer 8004d277b7 fixes #3122: Add snippet support to tasks.json 2016-02-18 16:49:45 +01:00
Andre Weinand 7bcd161277 update to latest node-debug 2016-02-18 15:48:23 +01:00