Commit Graph

1021 Commits

Author SHA1 Message Date
Andre Weinand
dac6a9d8c3 node-debug: introduces new 'console' attribute 2016-08-28 23:03:25 +02:00
Andre Weinand
e2d09b2127 update node-debug 2016-08-28 00:46:08 +02:00
Dirk Baeumer
ee8ec91efd Fixes #8081: "Open Symbol By Name" is not working properly in multipy typescript projects. 2016-08-26 16:31:40 +02:00
Martin Aeschlimann
be91bc8cb9 [icons] rename standard file icons to 'Standard' 2016-08-26 13:43:15 +02:00
Martin Aeschlimann
f221ef23a9 [icons] rename contribution point to 'iconThemes' 2016-08-26 13:36:54 +02:00
Martin Aeschlimann
af89e48abc [icons] remove icon themes configuration settings 2016-08-26 13:36:51 +02:00
Johannes Rieken
45f1593479 adjust test for new member, #1396 2016-08-25 15:36:56 +02:00
Johannes Rieken
e3c810ec52 test for index-access style, make object immutable, #1396 2016-08-25 12:11:27 +02:00
Johannes Rieken
77e2cf8c43 ts - also disable channel reveal when using trace 2016-08-25 12:11:27 +02:00
Dirk Baeumer
f3ad0f68fc Don't bring output window to front if error gets logged. 2016-08-24 11:14:43 +02:00
Benjamin Pasero
bee1b897b7 updated file/folder icons 2016-08-24 09:53:37 +02:00
Andre Weinand
194bb22d3c update node-debug (runInTerminal request) 2016-08-23 23:14:24 +02:00
Dirk Baeumer
3f603c102d Fixes #10841: TSServer cancelled requests should not show stack in output pane 2016-08-23 20:09:34 +02:00
Johannes Rieken
4a25cec539 typescript should not steel focus 2016-08-23 16:49:54 +02:00
Dirk Baeumer
9b0fff55bd Fixes #10842: Output pane comes up with hover 2016-08-23 16:36:39 +02:00
Martin Aeschlimann
75c6fa2755 [icons] associate schema for icon-themes 2016-08-23 14:45:00 +02:00
Martin Aeschlimann
986d842824 [schemas] move schema associations from json to configuration-editing and extension-editing 2016-08-23 14:45:00 +02:00
Dirk Baeumer
1897d17bce Fixes #10823: Improve error reporting in tsserver. 2016-08-23 10:57:17 +02:00
Benjamin Pasero
d0238031a0 stop spammy console.log call 2016-08-23 09:19:04 +02:00
Andre Weinand
e089ce78f3 update node-debug: completionRequest 2016-08-23 00:11:23 +02:00
Dirk Baeumer
b15d08e8fe Inferr correct problem location for tsconfig.json file errors. 2016-08-22 15:01:41 +02:00
Martin Aeschlimann
f6e9a5b74a Merge pull request #9709 from hm1992/master
Detect shebang for Groovy files
2016-08-22 14:41:38 +02:00
Martin Aeschlimann
14908e3603 Fixes #9965: Update default project.json TFMs 2016-08-22 14:39:36 +02:00
Martin Aeschlimann
bcddf93bbe Merge pull request #10239 from cloudRoutine/patch-1
don't auto close on single quote
2016-08-22 14:33:36 +02:00
Martin Aeschlimann
b660f2c3ba Merge pull request #10651 from gontadu/patch-1
Added .bash_aliases to recognised extensions
2016-08-22 14:31:19 +02:00
Martin Aeschlimann
92a207a513 Merge pull request #10240 from cloudRoutine/patch-2
removed ocaml extensions
2016-08-22 14:29:29 +02:00
Martin Aeschlimann
5bf9643d05 Merge pull request #10698 from kaloyan-raev/composer-schema
Contribute JSON Schema for composer.json
2016-08-22 14:25:34 +02:00
Martin Aeschlimann
7f80b73627 Merge pull request #10681 from DonJayamanne/pythontm
fixes #7688, fixes #2936, fixes #2867, fixes #2208
2016-08-22 08:40:44 +02:00
Don Jayamanne
f4967722fa fixes #7688, fixes #2936, fixes #2867, fixes #2208 2016-08-22 08:51:53 +10:00
Benjamin Pasero
2a77b0eb53 updated folder icons 2016-08-21 11:00:17 +02:00
Martin Aeschlimann
cfc66f2601 [file icon code assist] make selector stronger 2016-08-20 21:18:47 +02:00
Martin Aeschlimann
b7c0163459 [file icons] code assist for icon sets in settings 2016-08-20 21:18:46 +02:00
Martin Aeschlimann
3ae6814c8f [fileicons] single setting, laguageId/fileName/ext and theme overrides 2016-08-20 21:18:46 +02:00
Andre Weinand
63c8b7a7c7 update node-debug 2016-08-19 12:58:48 +02:00
Kaloyan Raev
ba72cfcf34 Contribute JSON Schema for composer.json 2016-08-19 12:06:43 +03:00
Martin Aeschlimann
6cc17542b8 Default file icon sets 2016-08-18 22:24:26 +02:00
Johannes Rieken
9cb04a03c8 tests for undefined vs '', #10640 2016-08-18 21:57:26 +02:00
Andre Weinand
82b2c44aaa update node-debug 2016-08-18 16:24:34 +02:00
Martin Aeschlimann
9ae0f9d05a Fix for Jade grammar (mystery change from * to +) 2016-08-18 15:40:41 +02:00
Eshwar Andhavarapu
64a05e065f Added .bash_aliases to recognised extensions 2016-08-18 08:42:21 +02:00
Martin Aeschlimann
9961aa2df1 Fix colorizer tests after vscode-textmate adoption 2016-08-17 20:29:17 +02:00
Dirk Baeumer
c4d6481247 Make TypeScript extension ready for 2.0 2016-08-17 12:43:17 +02:00
Andre Weinand
55168276e4 update node-debug 2016-08-16 23:32:58 +02:00
Harry Mallon
d681138365 Detect shebang for Groovy files
* Should match "#!groovy", "#!/usr/bin/env /path/to/groovy" & "#!/usr/bin/groovy" types
* Very useful for people editing Jenkinsfile configuration (which has no file extension)
2016-08-15 11:18:26 +01:00
Martin Aeschlimann
dc4c01473d fixes #10427: dsql files not picked up as SQL syntax even when grammar has them 2016-08-15 11:20:02 +02:00
Andre Weinand
3efdbfd636 update node-debug and OSSREADME 2016-08-12 20:01:21 +02:00
Martin Aeschlimann
fbe40a406a [json] update to latest languageserver 2016-08-12 18:34:35 +02:00
Martin Aeschlimann
70a13f2d11 [css] update to latest languageserver 2016-08-12 18:34:35 +02:00
Johannes Rieken
a8a920e2fc don't push code without tests... #8093 2016-08-12 12:32:15 +02:00
Andre Weinand
666ed83a2d Revert "update node-debug for xhr caching"
This reverts commit ae91d66546.
2016-08-10 10:58:43 +02:00