Commit Graph

3377 Commits

Author SHA1 Message Date
Ramya Achutha Rao 3924e454fa Fallback to document lang when no args are passed to emmet cmd #30600 2017-07-16 23:30:22 -07:00
Martin Aeschlimann 31d5bf3478 [perl] update grammar 2017-07-17 14:25:28 +08:00
Benjamin Pasero 955e4b8c06 Add showTextDocument(uri|file) 2017-07-17 07:54:23 +02:00
Praveen Puglia 1d4178f369 fix: "No Results" error message color in find widget 2017-07-15 10:14:17 +05:30
Matt Bierner ed327d3640 First cut of watch for tsconfig task
Fixes #29580

Use `compileOnSave` in the `tsconfig.json` to run `tsc` task 2.0 task in watch mode
2017-07-14 17:06:11 -07:00
Matt Bierner b83d2ea286 Prep task provider for muiltiroot 2017-07-14 17:06:11 -07:00
Matt Bierner 5c0f51313b enable markdown extension API 2017-07-14 15:21:35 -07:00
lslv1243 b4c281cedd fixed typo (#30653) 2017-07-14 13:26:01 -07:00
rebornix e49ae72a37 Fix #8850. Do not auto close single paren inside comments and string when editing PHP 2017-07-14 11:41:45 -07:00
Daniel Imms 4f6d1e2a5a Remove terminal onData API test 2017-07-13 18:16:53 -07:00
Rob Lourens 457fa64f61 Fix hygiene 2017-07-13 18:12:25 -07:00
Erich Gamma 10a5cee648 added silent setting 2017-07-13 16:43:18 +02:00
Johannes Rieken 0df555f5f4 have an explicit WorkspaceFolder with some extra bits and pieces, #28526 2017-07-13 16:22:19 +02:00
Benjamin Pasero 1501dbe633 associate JSON mode with code workspace files 2017-07-13 12:18:26 +02:00
Benjamin Pasero d768111d14 try to fix flaky linux tests on travis 2017-07-13 08:07:41 +02:00
Bugra Cuhadaroglu 83e1719559 Feature 30055 - Disallow staging of files with unresolved conflicts 2017-07-13 00:42:03 -04:00
Matt Bierner 62975361cb Disable TS refactorings
Investigating #30449, it seems that typescript refactoring can take a long time to compute in some projects. Disabling these in insiders. We'll disable them in 1.14 is this is found to help
2017-07-12 15:56:14 -07:00
Matt Bierner 9ad4bcd66f Update TS grammar 2017-07-12 14:26:42 -07:00
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
Daniel Portella ff1d9f13c6 added Config information
Ticket #5065
2017-07-11 17:09:36 +01:00
Daniel Portella d266d9a994 [WIP] Added support for -S for signing git commits
Ticket #5065
2017-07-11 17:09:36 +01: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
Joao Moreno 3e6516db98 wip: model registry 2017-07-11 10:19:41 +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
Maryam Archie 263278aaed Resolve timeout issue 2017-07-03 16:08:08 -04:00
Maryam Archie e989a259d3 Show git clone progress in status bar and source control feed 2017-07-03 15:28:15 -04:00