Commit Graph
2889 Commits
Author SHA1 Message Date
Matt Bierner 0bf8b3c8f7 Force kill tsserver on ts extension shutdown 2017-07-12 11:30:43 -07:00
Dirk Baeumer 6769baf412 Fixes #30094: The less extension should contribute problem matchers for common less and sass compilers 2017-07-12 16:10:56 +02:00
Benjamin Pasero f86eb5e9c9 HTML saving as RHTML (fixes #30444) 2017-07-12 08:58:51 +02:00
Matt Bierner 4080a38ada Remove use of module path 2017-07-11 22:37:05 -07:00
Matt Bierner 63be84eba4 Move API to own file
Refactor TS Version detection and version picker for multiroot support

Extracts the ts version detector and the TS version picker to their own files and cleans up their interfaces. This is the initial work to support a multiroot ts version picker
2017-07-11 22:25:27 -07:00
Matt Bierner 883ed445c8 Remove the checkTSC warning
The purpose of the checktsc warning has never been very clear and has caused quite a bit of confusion. I'd like to try removing it this iteration to see if many users run into TypeScript mismatch errors
2017-07-11 15:11:03 -07:00
Matt Bierner 3c432b4044 💄 2017-07-11 15:11:03 -07:00
Matt Bierner d110379100 Restore previous property highlighting for Monokai dimmed
Fixes #30428

Restores previous highlighting of variable.other and property accessors.
2017-07-11 14:55:01 -07:00
Martin Aeschlimann c2f967ac1f [cpp] update grammar 2017-07-11 18:37:09 +08:00
Martin Aeschlimann c5bb500df0 [razor] update grammar tests 2017-07-11 18:30:03 +08:00
Martin Aeschlimann fdf8a61dc2 [razor] update grammar (fixes #30084) 2017-07-11 18:26:13 +08:00
Martin Aeschlimann ad61de65fc [scss] update grammar 2017-07-11 18:18:26 +08:00
Martin Aeschlimann 3e124d8eba [php] update grammar 2017-07-11 17:48:34 +08:00
Erich Gamma d312f2b940 Add a schema association for babelrc #30380 2017-07-11 11:02:08 +02:00
Dirk Baeumer 8efcb4e909 Fixes #30044: Task contribution should allow extension to supress problem matcher attach message 2017-07-10 13:09:38 +02:00
Joao Moreno 35d598a2e3 fixes #30085 2017-07-10 10:38:24 +02:00
Johannes Rieken f4ae12b20d Merge pull request #30242 from Microsoft/ben/30241
Add API to open a file or diff editor on a specific selection range (fixes #30241)
2017-07-10 09:55:48 +02:00
Joao Moreno dbbc064c13 fixes #30214 2017-07-07 12:22:25 +02:00
Benjamin Pasero f381ce961d Add API to open a file or diff editor on a specific selection range (fixes #30241) 2017-07-07 12:20:34 +02:00
Joao Moreno 3e34503afc git: remove unused command 2017-07-06 10:11:20 +02:00
Joao Moreno 428ad7c39c fixes #30162 2017-07-06 09:21:33 +02:00
Eric Amodio 4f50b29e92 Addresses #26184 - use configuration for pinned default (#27357)
* Addresses #26184 - use configuration for pinned default

* Honors the preview editor setting above all

* Removes passing undefined to pinned internally
re: requested code review changes

* Removes unnecessary undefined

* feedback
2017-07-06 08:12:39 +02:00
Matt Bierner ac8f47b193 Use most broad root for typescript project root in multiroot. Fixes #30163 2017-07-05 18:13:08 -07:00
Matt Bierner 2a1d11ed06 Disable open trigger file in configFileEvent
Workaround for #28593

**Bug**
TypeScript Server is hanging onto a file in `node_modules/.staging`, causing npm installs to fail. I believe the root cause is that 0d5c9f4 changed vscode logic to always open the `triggerFile` in config diagnostic events.  In this case, TS sends us a trigger file from `.staging` which we then tell the TS Server to open

**Fix**
Disable checking the trigger file
2017-07-05 15:06:48 -07:00
Joao Moreno 313aad16d0 fixes #21439 2017-07-05 16:31:34 +02:00
Martin Aeschlimann f8eb740b62 Merge pull request #30052 from AArnott/patch-1
Add *.props as a recognized file extension for XML
2017-07-04 11:33:49 +08:00
Matt Bierner 10ea87bd2a Pick up TS 2.4.2-insiders.20170630 2017-07-03 14:02:29 -07:00
Joao Moreno ac78ebd870 fixes #30054 2017-07-03 17:28:33 +02:00
Andrew Arnott 9dacd34cb5 Add *.props as a recognized file extension for XML
Several MSBuild file extensions where already there including `*.targets`.
2017-07-03 05:35:34 -07:00
Matt Bierner 222ed5b220 Reset JavaScript expression coloring in template expressions (#29966)
* Reset JavaScript expression coloring in template expressions

Fixes #29866

Adds new rules to standard theme to reset the coloring of expression inside of js/ts template expressions

* update tests
2017-06-30 16:11:48 -07:00
Ramya Achutha Rao b36b00f99f Updated comments on the new emmet settings 2017-06-30 11:41:13 -07:00
Rob Lourens 04db7c3a45 Remove devDependencies from npm-shrinkwrap 2017-06-30 11:39:10 -07:00
kieferrm fb52a0e726 remove dev dependencies from shrinkwrap 2017-06-30 11:35:11 -07:00
Ramya Achutha Rao c3643f00e8 Updating version to absorb the change in url 2017-06-30 11:18:01 -07:00
Rob Lourens b258f0d212 Fix #29958 - builtin PHP extension fails to activate 2017-06-30 10:41:50 -07:00
kieferrm 0edc80db86 add shrinkwrap file for merge-conflict 2017-06-30 10:02:37 -07:00
kieferrm 3f8bd163f4 update dependency on vscode-extension-telemetry 2017-06-30 09:57:37 -07:00
Ramya Achutha Rao 158270d998 Updated setting value to be more intutive 2017-06-30 09:07:22 -07:00
Martin Aeschlimann 733e64b59c [css] update service (for #27189) 2017-06-30 15:50:54 +08:00
Ramya Achutha Rao d66d6738be Removing dead code 2017-06-29 18:43:51 -07:00
Ramya Achutha Rao 0ee00cbd2a Emmet Error handling Fixes #29897 2017-06-29 18:35:53 -07:00
Ramya Achutha Rao e7de8b2536 More trigger chars #29758 2017-06-29 17:18:33 -07:00
Matt Bierner 7910b3d7ba Fix js/ts decrease indentation for block comments inside brackets
fixes #29886
2017-06-29 15:45:10 -07:00
Ramya Achutha Rao 4ea63e5120 Wrap partial line with abbr #29857 2017-06-29 12:37:32 -07:00
Christof Marti 8da3ea97ab Use original scheme (fixes #29872) 2017-06-29 12:26:33 -07:00
Ramya Achutha Rao 605ee5919a Fix extra tabs when wrapping with inline element #27621 2017-06-29 11:43:52 -07:00
Ramya Achutha Rao 42ae1fc0f6 Emmet html suggestions after typing : #29758 2017-06-29 11:02:06 -07:00
Martin Aeschlimann 01cbc6dd50 [json] update service (for #29848) 2017-06-29 23:09:09 +08:00
Martin Aeschlimann 3585fa3943 [css] update service (for #27189) 2017-06-29 22:24:44 +08:00
Brandon Ruggles 8787538217 Fix for #29608 'QuickOpen looks misaligned in monokai theme'. (#29860) 2017-06-29 16:00:14 +02:00