Commit graph

14572 commits

Author SHA1 Message Date
Dirk Baeumer dce5f45e13 FIxes #19436: Add support to edit the php executable path as a non sharable workspace setting 2017-01-26 14:06:12 +01:00
Sandeep Somavarapu ac59c51aba Fix #19143 2017-01-26 13:45:59 +01:00
Alex Dima cd9d9dccbb Expose precondition (closes Microsoft/monaco-editor#340) 2017-01-26 12:23:00 +01:00
Martin Aeschlimann 3b7c5990eb Nicer way of adding the isExecutable to IConfigurationPropertySchema 2017-01-26 12:02:24 +01:00
Martin Aeschlimann ada375bf2d [css] update languageservice (for #19173) 2017-01-26 11:40:23 +01:00
Martin Aeschlimann 56d2e439e6 Update jsonc-parser 2017-01-26 11:31:23 +01:00
Martin Aeschlimann 774dad8d19 Inserted user settings badly indented. Fixes #19136 2017-01-26 11:08:57 +01:00
Alex Dima cf07be7af0 Add editor.disableMonospaceOptimizations (closes #19062) 2017-01-26 11:03:48 +01:00
Dirk Baeumer 291881c86d Tasks.json changes not updated when using terminal runner. 2017-01-26 10:16:56 +01:00
Benjamin Pasero 6ba4282fd2 fix build 2017-01-26 08:21:23 +01:00
Matt Bierner faffa553f3 Fixes #3912 2017-01-25 23:14:51 -08:00
Matt Bierner 08ff1faa38 Fix a few more edge cases for references code lens 2017-01-25 21:23:19 -08:00
Matt Bierner 8bfcb15c8c Fixes #18474 2017-01-25 21:18:25 -08:00
Matt Bierner 277f25d05b Fix a few undefined ref accesses while ts is loading 2017-01-25 20:45:49 -08:00
kieferrm bfffabefad polish pop-up message and buttons 2017-01-25 18:02:09 -08:00
Christof Marti 8abb8cc770 Include model changes (#19409) 2017-01-25 17:55:57 -08:00
Christof Marti 04a9bd43c8 Log walk-through snippet interaction (fixes #19409) 2017-01-25 17:47:49 -08:00
Matt Bierner 2908125a50 Mark const completions correctly in ts. Part of #19401 2017-01-25 17:36:40 -08:00
Matt Bierner e02eac0d52 Revert launch.json change 2017-01-25 17:25:19 -08:00
Matt Bierner 80e243f9ba Fixes #19406. Only insert top level parameters for useCodeSnippedOnMethodSuggest 2017-01-25 17:24:14 -08:00
Christof Marti 0c8829588c Link to settings (fixes #18900) 2017-01-25 16:55:08 -08:00
Matt Bierner 8aa7e5336d Change TypeScript Configuration Flow For workspacesTrustedToSpecifyExecutables (#19329)
* Proto

* Remove unused method

* Use local storage for selecting typescript version

* Update settings warning message for typescript tsdk setting

* Small logic cleanup
2017-01-25 16:52:42 -08:00
Christof Marti 56e7e3e568 'Since' (#19178) 2017-01-25 16:50:17 -08:00
Christof Marti 5bcd01bcaa Abbreviate user home directory on Mac and Linux (fixes #18950) 2017-01-25 16:31:37 -08:00
Christof Marti d35a9d925d Don't focus first editor (fixes #18931) 2017-01-25 16:19:06 -08:00
Christof Marti f9e371fb31 Add scroll actions (fixes #18922) 2017-01-25 16:16:47 -08:00
Andre Weinand fc11a4c1ab use node's version of path.isAbsolute; fixes #19386 2017-01-26 00:13:43 +01:00
roblou c043a0de07 Fix #19201 - 'selectPreviousResult' should do nothing when invoked from the top result 2017-01-25 14:46:35 -08:00
Daniel Imms f1b6512197 Ensure --new-window-if-not-first doesn't force an empty window
Fixes #19285
2017-01-25 14:01:35 -08:00
Daniel Imms a896ac372e Prevent terminal waitOnExit from bubbling up
Fixes #19397
2017-01-25 13:51:35 -08:00
Andre Weinand ce6747a833 update node-debug 2017-01-25 22:44:04 +01:00
Matt Bierner 6fe2bae3b5 Fixes Webview reload Flickering (#19394)
**Bug**
When refreshing a webview, a slight flicker can sometime be seen. This is especially noticable when using the markdown preview.

**Fix**
Instead of replacing the content of the iframe for refresh, create a new iframe with the new content and do a swap to update.
2017-01-25 13:00:58 -08:00
Daniel Imms 5c63531aff Merge pull request #19393 from chirag64/terminal-clearoutput
Fixes #19194 - Added option to clear Terminal in Terminal Context menu
2017-01-25 12:55:38 -08:00
Kai Maetzel 07c1d8c12d Merge pull request #19395 from Microsoft/kieferrm/unsupportedSettings
workspaces can't override settings for executables
2017-01-25 12:44:25 -08:00
kieferrm 5594b09244 workspaces can't override settings for executables 2017-01-25 12:38:55 -08:00
Chirag Bhatia e3444fee8d Fixes #19194 - Added option to clear Terminal in Terminal Context menu 2017-01-26 01:37:53 +05:30
Daniel Imms 289dbf77e3 Fix linux CLI sudo argument parsing
Fixes #17713
2017-01-25 12:03:59 -08:00
Christof Marti 53ef9ca240 Help text cut off (fixes #18866) 2017-01-25 11:58:28 -08:00
Alex Dima de8fbfdbfa Fixes #19374 2017-01-25 20:55:29 +01:00
Christof Marti 2210bcd29f Always check if already focused (#19177) 2017-01-25 11:45:33 -08:00
Daniel Imms 32593d850e Prevent further backups after workspace backups are cleaned
Fixes #17080
2017-01-25 11:39:31 -08:00
Christof Marti 5cd3c8f15c Take focus on mousdown (fixes #19177) 2017-01-25 11:36:43 -08:00
Alex Dima 709eabfc4c Fixes #19273: Reading character widths from canvas is unreliable also in Chrome 2017-01-25 20:23:44 +01:00
Christof Marti da2e9f419f Make text selectable (fixes #18916) 2017-01-25 10:30:04 -08:00
Ramya Rao eec1b5b107 Implement getProfileName for emmet (#19109) 2017-01-25 10:21:16 -08:00
Christof Marti 63414263ac Fix vertical alignment (fixes #19164) 2017-01-25 10:16:50 -08:00
Christof Marti bc52841fa7 Streamline user-facing names 2017-01-25 10:07:09 -08:00
Daniel Imms 6cf0af83a4 Disable ctrl+k for clear terminal on Linux
This conflicts with native keybinding to clear to the end of the prompt

Fixes #19248
2017-01-25 09:59:00 -08:00
Christof Marti dc99879c05 Enable Welcome experiment (fixes #19316) 2017-01-25 09:55:27 -08:00
Christof Marti e6e034b88d Always show Help > Welcome (fixes #19163) 2017-01-25 09:26:18 -08:00