Commit Graph

32683 Commits

Author SHA1 Message Date
Christof Marti
d3cb5b21cb Validate input on Enter (#48116) 2018-04-23 15:40:03 +02:00
Christof Marti
2b4dfcc34c Prompt and validation message (#48116) 2018-04-23 15:40:03 +02:00
Christof Marti
a81269eadf Move text input to QuickInput (#48116) 2018-04-23 15:40:02 +02:00
isidor
9e500bbac1 Cache debug viewlet actions
fixes #46867
2018-04-23 15:33:42 +02:00
Johannes Rieken
21700be507 disable terminal smoke test 2018-04-23 15:10:41 +02:00
Dirk Bäumer
88bbbe4f71 Merge pull request #48400 from Microsoft/fix-nls-npm
Fix bad localize usage of localize
2018-04-23 14:47:01 +02:00
Joao Moreno
d1870a4018 fix bad localize usage of localize 2018-04-23 14:42:39 +02:00
Sandeep Somavarapu
efcc4fb223 Do not set width for viewlet icons 2018-04-23 13:53:45 +02:00
Johannes Rieken
73f64b9312 first cut of _proposed_ api for hierarchy of document symbols, #34968 2018-04-23 12:59:40 +02:00
Johannes Rieken
2bf25467ad a bit more jsdoc, #47475 2018-04-23 12:59:39 +02:00
Sandeep Somavarapu
d2c4286669 Ask user to install core language packe extension 2018-04-23 12:22:05 +02:00
Andre Weinand
a2e0399b26 node-debug@1.23.2 2018-04-23 12:03:44 +02:00
Alex Dima
7479f88502 Fixes Microsoft/monaco-editor#839 2018-04-23 11:15:27 +02:00
isidor
a5d3e6909f debug: use platform specific line delimiter
fixes #46919
2018-04-23 11:08:29 +02:00
Johannes Rieken
09f3922283 💄 & jsdoc #47475 2018-04-23 11:03:23 +02:00
Alex Dima
494a8c315d Fixes #48353: Change order of decorations and indent guides 2018-04-23 10:53:33 +02:00
Johannes Rieken
f3d832c1c0 use onFileSystem:<scheme>-activation event, #47475 2018-04-23 10:52:00 +02:00
isidor
304079b491 debug repl: take into accounts source length for wrapping strategies
fixes #46777
2018-04-23 10:47:52 +02:00
Alex Dima
91bd149bfe Check for word boundaries around word-only brackets (#11856) 2018-04-23 10:43:58 +02:00
Benjamin Pasero
c84720841c allow to run unit tests from vscode again (workaround for #48205) 2018-04-23 10:41:09 +02:00
isidor
ef241b03b1 debug: if output event does not have a column use column 1
fixes #46165
2018-04-23 10:32:02 +02:00
Sandeep Somavarapu
68c4b99a02 Fix #48277 2018-04-23 10:06:22 +02:00
Christof Marti
fd3e860995 Update calendar 2018-04-23 10:06:36 +02:00
Ramya Achutha Rao
79a2512769 Emmet: Allow css completions in style tag/attribute, html completions in script tags with html type 2018-04-22 21:49:56 -07:00
Ramya Achutha Rao
c314388da2 Move emmet from html extenstion to emmet extension 2018-04-22 21:49:56 -07:00
Rob Lourens
147ca542e6 Merge pull request #48324 from cody/search-clear
Enable clear search even if there are no results found
2018-04-22 15:05:12 -07:00
Joao Moreno
aeef9c5fc1 onUri 2018-04-22 23:58:38 +02:00
Joao Moreno
e2b07d79da ProtocolHandler 2018-04-22 23:58:37 +02:00
Erich Gamma
f4e9ff4773 keep @ts-check happy 2018-04-22 11:12:36 -07:00
Martin Aeschlimann
5af224c039 [loc][Query] Typo in source text for "Color of range". Fixes #48213 2018-04-22 19:06:09 +01:00
Martin Aeschlimann
ac5dbbf7c7 [loc][Query] Typo in source text for "ancester". fixes #48214 2018-04-22 19:03:35 +01:00
Martin Aeschlimann
c09ffd53fe [html] update service 2018-04-22 18:43:32 +01:00
Andre Weinand
e2a123a5be Revert "debug: do not listen on launch.json changes, re-read it before debug start"
This reverts commit 1bf1b55e3d.
2018-04-22 17:06:10 +02:00
Ramya Achutha Rao
0c47c04e85 Add missing yarn updates 2018-04-21 20:44:21 -07:00
Rob Lourens
b6a517018f Merge pull request #47865 from mattacosta/mattacosta/regenerate-php-globals
Fix #33132: Regenerate php functions.
2018-04-21 19:48:32 -07:00
Rob Lourens
ed7b0daa4d Don't ship php-language-features src 2018-04-21 18:57:54 -07:00
Rob Lourens
4c3e0599bb Bump node2 2018-04-21 16:33:22 -07:00
Erich Gamma
df891cc4b4 Merge branch 'egamma/npmExplorer' 2018-04-21 10:21:52 -07:00
Erich Gamma
6220b3949a Merge branch 'master' into egamma/npmExplorer 2018-04-21 10:14:28 -07:00
Erich Gamma
48b0ec47da added config option whether the explorer should be enabled. 2018-04-21 10:13:34 -07:00
Stefan Dombrowski
899c95d097 Enable clear search even if there are no results found
For the clear button it shouldn't matter whether there are
search results found or not. The clear button gets now enabled
after every search.
2018-04-21 17:59:45 +02:00
Andre Weinand
524698473f restructure command variable resolving 2018-04-21 01:13:40 +02:00
Matt Bierner
c29f432de5 Add editor.codeActionsOnSave (#48086)
* Add editor.codeActionsOnSave

Fixes #42092

Adds a way to run code actions on save using the `editor.codeActionsOnSave` setting. This setting lists code action kinds to be executed automatically when  the document is saved.

* Use  object instead of array for config option

* Adding timeout

* Fix description

* Fix relative path
2018-04-20 13:46:25 -07:00
Matt Bierner
07d85ac0a0 Update js/ts grammar 2018-04-20 13:27:07 -07:00
Daniel Imms
3a24b12179 Add Terminal.onData API
Part of #46192
2018-04-20 11:24:29 -07:00
Ramya Achutha Rao
953cdf7f3d Update vscode-extension-telemetry version 2018-04-20 10:30:05 -07:00
Ramya Achutha Rao
d52cc1bd0a Stop sending OSVersion as PlatformVersion is used post Nova 2018-04-20 10:30:05 -07:00
Joao Moreno
1421074796 inactive extension url handler 2018-04-20 19:00:40 +02:00
Joao Moreno
9c4ad2db68 rename uri api 2018-04-20 19:00:40 +02:00
Joao Moreno
d9d5663a69 scm viewlet: call setVisible on contributed panels 2018-04-20 19:00:40 +02:00