Commit graph

667 commits

Author SHA1 Message Date
Brenton Horne 5d0a37657a Update package.json 2016-05-20 19:48:19 +10:00
Johannes Rieken d37a76dc92 allow empty string as valid document content, fixes #6526 2016-05-19 12:45:42 +02:00
Martin Aeschlimann 234234f512 Merge pull request #6427 from Microsoft/bug-fix-5918
fix #5918
2016-05-18 09:35:47 +02:00
Johannes Rieken d8f6ac3501 add new api command to compare two resources, fixes #1865 2016-05-17 16:22:05 +02:00
Sandeep Somavarapu 3354ae92f7 fix #5918 2016-05-17 15:59:59 +02:00
Andre Weinand 856fb636c7 update node-debug 2016-05-17 15:41:58 +02:00
Johannes Rieken 4458bdf5c0 merge tuples of equal Uri, #6373 2016-05-17 11:22:28 +02:00
Andre Weinand 1460f60c18 node-debug: limit the number of locals transmitted by the scopes request; addresses #5645 2016-05-16 18:05:18 +02:00
J/A f2ff136134 Do not autoclose '
`'` is used to denote a lifetime, as in `fn foo<'a>(bar: &'a Baz) { ...` and it isn't helpful to have it automatically closed.
2016-05-14 23:03:47 -05:00
Andre Weinand c2c7bbd7ae fix extension debugging 2016-05-14 00:07:34 +02:00
Alex Dima 8cd47bb55e Fixes #6281: Do not truncate line number, column in position 2016-05-13 15:09:57 +02:00
Andre Weinand 75ec70cc72 update node-debug 2016-05-13 01:22:35 +02:00
Andre Weinand a6a9409897 update node-debug 2016-05-12 19:33:20 +02:00
Dirk Baeumer 6dcfa2e9d1 Adding line break to output message 2016-05-12 11:52:57 +02:00
Martin Aeschlimann eda6b318dc Merge pull request #5950 from otgerrogla/master
Added .inl file extension to C++ language
2016-05-10 22:02:18 +02:00
Andre Weinand 4ccab94f2b node-debug: support code injection in global context 2016-05-10 16:41:33 +02:00
Martin Aeschlimann 39c835a56c fixes #5981: [json] accept empty keybindings.json file 2016-05-10 15:10:59 +02:00
Martin Aeschlimann 92d4db4f6c [php] Switch to textmate grammar. Fixes #5986 2016-05-10 12:06:53 +02:00
Andre Weinand 4ccc89a14a update node-debug 2016-05-09 18:31:45 +02:00
Andre Weinand 169ecd6071 update node-debug 2016-05-09 16:54:37 +02:00
Andre Weinand 12ac396c61 update node-debug 2016-05-09 14:42:16 +02:00
Andre Weinand a9808d5f4f upgrade to debug protocol 1.8.0 2016-05-04 15:18:23 +02:00
Martin Aeschlimann 1f0657703b Extension licenses: Fix URL for node-jsonc-parser 2016-05-02 11:52:52 +02:00
Martin Aeschlimann 0c10a9c5a4 Add extension OSS dependencies 2016-05-02 11:48:26 +02:00
Joao Moreno 6ecacf4164 fix bad npm call 2016-04-28 17:30:20 +02:00
Alex Dima b02c4facaf Fixes #5362: MainThreadTextEditor: disassociate code editor as soon as code editor's model changes 2016-04-28 17:15:09 +02:00
Otger 6519e4c30d Added .inl file extension to C++ language 2016-04-28 16:57:55 +02:00
Johannes Rieken c0b4331de1 use untitled scheme without the risk of a long authority, #5949 2016-04-28 16:42:01 +02:00
Johannes Rieken 7f7c50af30 check for workspace.rootPath, fixes #5900 2016-04-27 18:40:56 +02:00
Johannes Rieken 73b97a0642 correct localise call, fallback to err if no err.message is available, protected message service against invalid items, fixes #5891 2016-04-27 14:33:42 +02:00
Johannes Rieken 3f770ea2be warn when unexpected properties show up in jsconfig.json, #5699 2016-04-27 12:30:28 +02:00
Martin Aeschlimann b195f09f9d fixes #5836: Kimbie Dark theme renders foreground same as background for some tokens 2016-04-27 12:20:28 +02:00
isidor e77003fd6c update node-debug 2016-04-26 12:59:25 +02:00
Johannes Rieken 42c1c1b2a2 don't show a lightbulb if there is jsconfig.json file in the root folder, #5699 2016-04-25 16:50:10 +02:00
Johannes Rieken cf130b686f extract comment to localizable string, fixes #4731 2016-04-25 16:42:30 +02:00
Martin Aeschlimann 53e6c567b3 [sass] fix highlighting of @mixin inside @if (for #5528) 2016-04-25 14:35:34 +02:00
Martin Aeschlimann 1ff4b7d32f [sass] color parameters same as variables (for #5528) - test 2016-04-25 13:03:23 +02:00
Martin Aeschlimann 976d582504 #5221 [html] attribute values should not need to be quoted to be highlighted - test 2016-04-25 13:02:55 +02:00
Johannes Rieken 5e7f6d8c92 expose appName in env, fixes #5297 2016-04-25 12:03:50 +02:00
Benjamin Pasero c0b9765729 Improve links (fixes #5713) 2016-04-25 09:09:19 +02:00
Benjamin Pasero 8e0ebc3a21 fix test for #5649 2016-04-24 10:24:29 +02:00
Johannes Rieken 3fc5204134 ops, bad json 2016-04-23 19:17:13 +02:00
Johannes Rieken 11eeab9943 extension test for #5649 2016-04-23 19:15:33 +02:00
Johannes Rieken 6079e9e05f when generating a jsconfig file set the module to be commonjs, fixes #5611 2016-04-22 16:38:33 +02:00
Martin Aeschlimann fc59387aba fixes #5269: [json] "Format Code" folds braces into preceding comments. 2016-04-22 15:57:11 +02:00
Dirk Baeumer 0d6e318d74 Fixes #5648: Update tsserver to 1.8.10 2016-04-22 11:49:51 +02:00
Johannes Rieken e9564ddeb0 make sure activeParameter isn't larger then aviablable parameters, fixes #4618 2016-04-22 10:18:28 +02:00
Martin Aeschlimann 6bf8bf88df [yaml] autoclosing & surrounding pairs 2016-04-21 23:09:49 +02:00
Martin Aeschlimann d2c5834b72 [xml] autoclosing & surrounding pairs 2016-04-21 23:07:18 +02:00
Martin Aeschlimann 6b91559bc1 [vb] autoclosing & surrounding pairs 2016-04-21 23:05:07 +02:00