Commit Graph

379 Commits

Author SHA1 Message Date
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
Dirk Baeumer
07e3011a62 Fixed TS version status 2016-02-17 16:49:05 +01:00
Dirk Baeumer
1dc404e2ea Fixes #3086 2016-02-17 14:16:14 +01:00
Dirk Baeumer
0bd1682830 Turn Salsa status into a version status 2016-02-17 14:16:12 +01:00
Andre Weinand
9898a62dfe node-debug: propagate error message for unverified breakpoints 2016-02-17 12:24:41 +01:00
Dirk Baeumer
033112ea34 Update to TypeScript 1.8.0 2016-02-17 11:39:57 +01:00
Andre Weinand
e0db042ff0 update node-debug for package.nls.json 2016-02-17 11:23:14 +01:00
Andre Weinand
6a705a43e4 update node-debug (final nls touches) 2016-02-17 10:37:31 +01:00
Andre Weinand
25f09d59c6 update node-debug (finished nls work) 2016-02-16 21:24:35 +01:00
Joao Moreno
cdf2a79021 💄 tshint 2016-02-16 18:10:33 +01:00
Alex Dima
6c1d083fcc Merge branch 'alex/brackets'
Conflicts:
	src/vs/languages/handlebars/common/handlebars.ts
2016-02-16 17:00:07 +01:00
Joao Moreno
d2a151fcc6 darwin: cli install/uninstall 2016-02-16 15:53:50 +01:00
Dirk Baeumer
dc7bb0c64a Merge branch 'dbaeumer/nls-package-json' 2016-02-15 12:23:08 +01:00
Dirk Baeumer
3595a3af33 Externalize strings for TypeScript extensions 2016-02-15 12:20:28 +01:00
Andre Weinand
4d5e7dd9c5 update node-debug 2016-02-15 11:35:50 +01:00
Joao Moreno
d46c0646f2 move back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-02-15 11:07:22 +01:00
Andre Weinand
9f66e9cd5d update node-debug 2016-02-15 00:27:30 +01:00
Andre Weinand
60ebc67379 update node-debug (announce support for conditional breakpoints) 2016-02-14 18:18:39 +01:00
Andre Weinand
8a96bd5da6 update node-debug (nls work) 2016-02-14 00:01:15 +01:00
Alex Dima
021995c100 tslint 2016-02-13 00:10:18 +01:00
Andre Weinand
7ec1904233 update node-debug 2016-02-13 00:08:49 +01:00
Alex Dima
2b3cca886b tslint 2016-02-12 17:37:47 +01:00
Alex Dima
d27f694455 tslint 2016-02-12 17:29:34 +01:00
Joao Moreno
98b3482a49 tslint 💄 2016-02-12 17:20:07 +01:00
Dirk Baeumer
90dce6abea Add support to localize package.json 2016-02-12 16:06:34 +01:00
Joao Moreno
4821ad5f43 use ELECTRON_RUN_AS_NODE 2016-02-12 12:43:24 +01:00
Martin Aeschlimann
710b5a1d42 fixes #2174 : [js] Salsa - JS ReactNative - use the TypeScriptReact grammar for JS 2016-02-11 09:40:15 +01:00
Andre Weinand
b5cd85f2ba update node-debug (add vscode-nls) 2016-02-10 15:59:03 +01:00
Andre Weinand
3050628f8c update node-debug 2016-02-10 15:26:58 +01:00
Martin Aeschlimann
b7e6e6fae7 [json] better support for null, and array of types 2016-02-10 14:04:54 +01:00
Martin Aeschlimann
0f6a10b4b0 Fixes #2856: [json] Warnings in status bar after updating to version 0.10.8 2016-02-10 14:04:53 +01:00
Martin Aeschlimann
ac63c6b7e1 Update perl grammar (Nov 21) 2016-02-10 10:56:58 +01:00
Alex Dima
b3e9164e49 Remove enhancedBrackets from monarch for now 2016-02-09 15:24:05 +01:00
Benjamin Pasero
45e344292a more reliable tests in ci 2016-02-09 11:17:15 +01:00
Benjamin Pasero
d743c3884c use proper version of vscode 2016-02-09 10:36:22 +01:00
Daniel Podder
5968d8bb01 Stop capturing 'REM' as a keyword.command in Batch 2016-02-05 23:44:02 -08:00
Andre Weinand
7c8e43f421 jolifanto bambla ô falli bambla - grossiga m’pfa habla horem - égiga goramen - higo bloiko russula huju - hollaka hollala - anlogo bung 2016-02-05 00:00:05 +01:00