Commit graph

14665 commits

Author SHA1 Message Date
Martin Aeschlimann efad63ea43 [pug] update tests for grammar update 2017-01-31 10:03:45 +01:00
Sandeep Somavarapu 54aeb11780 Let model builder return ISourceText.
Callers use ISourceText instead of IRawText or IRawTextProvider.
Model service holds the ownership of IRawText, Creation options and resolved options for model
2017-01-31 09:00:22 +01:00
Christof Marti 38e8328ff6 Scroll with embedded cursors (fixes #18899) 2017-01-30 17:02:16 -08:00
Matt Bierner 35e2132409 New tsdk flow for 19 (#19602)
* Allow using workspace typescript.tsdk setting

Allows users to opt into using their workspace typescript.tsdk setting to specify the path to their typescript install.

Also, fixes a bug when the global tsdk setting points to the workspace version of typescript, our ts selector interface can get confused on which version is currently active. The fix adds a check using the local storage value to show the correct active version.

* Flip vscode and workspace pick order

* Use shared logic when workspace tsdk setting is not used
2017-01-30 16:33:20 -08:00
Christof Marti ef499350c1 Check if new SCM integration is enabled (fixes #18857 and #19337) 2017-01-30 13:30:35 -08:00
Martin Aeschlimann cc8df7305b Replace jade with pug. Fixes #18219 2017-01-30 21:59:59 +01:00
Matt Bierner c01ba26f61 Fix TS Version Selector When Local Version == Global Version (#19593)
**Bug**
When the global tsdk setting points to the workspace version of typescript, our ts selector interface can get confused on which version is currently active

**Fix**
Adds a check using the local storage value to show the correct active version
2017-01-30 12:41:38 -08:00
Matt Bierner 15c2d1f51e Move markdown preview content provider to own file (#19592) 2017-01-30 12:36:43 -08:00
Dirk Baeumer 9dc95af517 Fixes #19436: Add support to edit the php executable path as a non sharable workspace setting 2017-01-30 17:13:22 +01:00
Sandeep Somavarapu 6a4016f1c6 #19511 Adopt to language based settings for model configurations 2017-01-30 16:51:40 +01:00
Sandeep Somavarapu 25af6cd6bc #19511 Model Builder returns RawTextProvider instead of RawText
- model creation options can now be specified at a later stage
2017-01-30 16:51:40 +01:00
Martin Aeschlimann bb18628a66 [json] dynamically enable & disable formatter 2017-01-30 16:32:31 +01:00
Martin Aeschlimann 762a189993 [html] disable formatter for cshtml. Fixes #19206 2017-01-30 16:32:30 +01:00
Rob Lourens a02fc72cf0 Fix #19550 -
Only skip the string height measurement if the variable has children (is an object/array) or has a name (is a prop of an object/array)
2017-01-30 14:20:31 +01:00
Martin Aeschlimann 8dd1995e00 [rust] update grammar 2017-01-30 14:11:25 +01:00
Dirk Baeumer 089e6fcfa8 Fixed failing test case under Mac 2017-01-30 12:59:41 +01:00
Dirk Baeumer 078d994bb3 Fixes #19548: insiders: tasks not found on osx 2017-01-30 12:37:17 +01:00
Martin Aeschlimann 2e56953919 [ts] grammar update, fix tests 2017-01-30 12:13:36 +01:00
Martin Aeschlimann 2c55fde0da [ts] update grammar. Fixes #19403 2017-01-30 11:58:08 +01:00
Isidor Nikolic 0ef15636e9 Merge pull request #19536 from Microsoft/roblou/fixProcessPicker
Emit 'running' after view is set as multi-process
2017-01-30 11:13:10 +01:00
Benjamin Pasero 95ed1f3b1d 1.9.0 => 1.10.0 2017-01-30 10:30:36 +01:00
Benjamin Pasero d37ca42a07 paths - get rid of isAbsolute (for #18350) 2017-01-30 10:27:57 +01:00
Benjamin Pasero dbffbc5662 Close Folder opens a new instance of VS Code instead (fixes #19575) 2017-01-30 10:19:59 +01:00
Benjamin Pasero 0530e6011d 💄 settings descriptions of enum values 2017-01-30 09:29:23 +01:00
Benjamin Pasero 14a184ae9d 💄 action labels (fixes #19441) 2017-01-30 08:46:47 +01:00
Rob Lourens a73960c84a Merge pull request #19555 from JoshuaKGoldberg/plural-replace-all-fix
Added pluralization checks to search's replace-all
2017-01-29 09:24:25 -08:00
Josh Goldberg ea01d9f4b0 Added pluralization checks to search's replace-all
Fixes #17146.
2017-01-28 19:51:46 -08:00
roblou b86f1fa45b Emit 'running' after view is set as multi-process -
Fix #19524
2017-01-27 15:50:44 -08:00
katainaka e68ab660a3 Update markdown-it version (#19417) 2017-01-27 14:41:15 -08:00
Matt Bierner f7697a7f37 Support In-Document links inside of the markdown editor (#19411)
* Support In Document links inside of the markdown editor

Fixes #17288

* Cleaning up code to reduce duplication
2017-01-27 14:36:28 -08:00
Daniel Imms 3b2ac054f9 Use a pseudo-element for outline on terminal
Fixes #19204
2017-01-27 13:02:06 -08:00
kieferrm eafb9edd94 Use Later instead of Close 2017-01-27 12:28:15 -08:00
Christof Marti cbd790e883 Move Interactive Playground to top (fixes #19532) 2017-01-27 12:18:04 -08:00
Christof Marti bb3bb0c773 Create parent folders if they do not exist yet (fixes #19529) 2017-01-27 11:52:26 -08:00
Matt Bierner aa19ee1d1e Fixed a few more cases and updated wording to be more clear 2017-01-27 11:24:11 -08:00
Matt Bierner 850c163f49 Fix a few edge cases for quick pick of ts version 2017-01-27 11:08:04 -08:00
Christof Marti 05ec19509b Add CSS class when icons are shown (fixes #19501) 2017-01-27 09:36:03 -08:00
Christof Marti f08d5d6eb1 Do not open Welcome when untitled file is dirty or there are hot-exit backups (fixes #19492) 2017-01-27 09:36:02 -08:00
isidor 29d95b7678 fixes #19517 2017-01-27 18:20:45 +01:00
Johannes Rieken b04aed0f3f Merge branch 'joh/next' 2017-01-27 15:39:47 +01:00
Alex Dima 91da427677 monaco-editor-core: 0.8.1 2017-01-27 15:36:20 +01:00
Johannes Rieken 1162f89430 onDidChangeCodeLenses:Event<void>, fixes #19495 2017-01-27 15:24:10 +01:00
Johannes Rieken b680dbb306 debt - remove ISuggestSupport#filter 2017-01-27 14:18:45 +01:00
Johannes Rieken 37f1484425 fix #19493 2017-01-27 12:28:07 +01:00
Johannes Rieken 6e555d3832 property type TPromise.as, remove unwanted methods from Promise, #11771 2017-01-27 12:09:44 +01:00
Sandeep Somavarapu 3af0e9d6b7 Merge pull request #19485 from Microsoft/sandy081/19484
Fix #19484
2017-01-27 11:32:23 +01:00
Sandeep Somavarapu 04c30dbe22 Have an explicit check inside loadDependencies for extension names length 2017-01-27 11:18:04 +01:00
Sandeep Somavarapu 6fd0533009 Fix #19484 2017-01-27 11:05:31 +01:00
Joao Moreno 343e7036ef add todo 2017-01-27 09:31:06 +01:00
Dirk Baeumer 6fba7f3483 Merged in translations 2017-01-27 08:38:23 +01:00