Commit Graph
73433 Commits
Author SHA1 Message Date
Alex Ross ec20e22fb5 running applications -> running services 2020-10-14 16:40:44 +02:00
Alex Ross dd72e8d03b Fix ports status bar entry not updating with number 2020-10-14 16:39:27 +02:00
Chuck Lantz edd5e11cb0 Fix CI trigger 2020-10-14 14:38:19 +00:00
João Moreno 28944722c7 upload web to CDN 2020-10-14 16:02:07 +02:00
Benjamin Pasero 26eefd4b0a web - introduce window.confirmBeforeQuit setting and enable by default 2020-10-14 15:59:40 +02:00
Alex Ross cd89b6a77c Custom dialog: "Save Workspace As..." does not put proper name (#108313)
Fixes #107279
2020-10-14 11:53:39 +02:00
deepak1556 dde66b62fe chore: bump distro 2020-10-14 02:48:40 -07:00
deepak1556 589e5f0d5e add arch for darwin publish step 2020-10-14 02:42:10 -07:00
Alex Ross eb7545636d Update ThemeIcon ThemeColor jsdoc
Part of #103120
2020-10-14 11:01:08 +02:00
Alex Ross fc877c79d9 Port related string improvements 2020-10-14 10:55:44 +02:00
Benjamin Pasero eb8e1815a3 dialogs - make sure to put mnemonics for button labels 2020-10-14 10:52:57 +02:00
Benjamin Pasero d9b04426ef debt - adopt multibyteAwareBtoa and add tests 2020-10-14 07:49:54 +02:00
Jackson Kearl 2ed16d0ce8 Update trusted domains to work with IPs. (#108634)
* Update trusted domains to work with IPs.

* Remove `only`s

* Add new matching rules to help text
2020-10-13 18:57:35 -07:00
rebornix adef870dcd re #108349. Allow copy on text in static output. 2020-10-13 18:46:18 -07:00
rebornix 8fbd08709b vendor prefix for user-select. 2020-10-13 18:22:40 -07:00
rebornix aab03fe775 refine notebook copy/paste when clauses. 2020-10-13 18:14:49 -07:00
rebornix 72e27c0b23 add when clause for copy/paste command in notebook editor. 2020-10-13 17:43:13 -07:00
rebornix de18f21e99 avoid awaiting for all extensions if possible. 2020-10-13 17:36:32 -07:00
Matt Bierner cafa01e041 Use multi-byte aware version of btoa
Fixes #108431
2020-10-13 17:05:53 -07:00
Matt Bierner 2794d33408 Use less strict regular expression for parameter hints
Fixes #108216

This regex better handles cases where the signature starts or ends with characters such as `[` or `]`
2020-10-13 16:51:58 -07:00
Matt Bierner f564bbd517 Restore injection grammar for multiline jsdoc types
For #108237

This only fixes the basic case of making sure multiline types in jsdoc do not capture the leading `*`
2020-10-13 16:51:58 -07:00
Raymond Zhao 2dbd0ae6a4 Bump vscode-emmet-helper to 2.0.4 2020-10-13 15:10:55 -07:00
Martin Aeschlimann 82dbf59360 [folding] deleting first folded region in block folds the entire block. Fixes #87445 2020-10-13 23:03:44 +02:00
rebornix 9460847676 fix #108350. 2020-10-13 13:18:49 -07:00
Martin Aeschlimann 01eb77a598 [html] update services (for #108016) 2020-10-13 21:52:25 +02:00
Alex Dima 44f8fcdd2f Avoid needing the entire IConfigurationResolverService for variable resolving & more explicit typing for fetchSetting 2020-10-13 21:10:23 +02:00
rebornix eb9f371678 re #108267. add trace log for window viewport resize 2020-10-13 10:27:05 -07:00
Raymond Zhao 197b9ffeb4 Update vscode-emmet-helper to fix #104962 2020-10-13 09:42:52 -07:00
Martin Aeschlimann bc20f53838 Improve handling of invalid built-in extension manifest files. Fixes #82504 2020-10-13 18:04:46 +02:00
Martin Aeschlimann 8d29dde51c package.json dependency completion: npm command not used on windows. Fixes #108605 2020-10-13 17:05:57 +02:00
Martin Aeschlimann 362da0a14d [css] update service 2020-10-13 16:55:48 +02:00
Alex Ross 75ec5d9b6d Simplify language in automatic port forwarding notification 2020-10-13 16:53:10 +02:00
Alex Ross a583bdd151 Add status bar entry for forwarded ports
Fixes microsoft/vscode-remote-release#3825
2020-10-13 16:27:33 +02:00
João Moreno 198b5e7bce remove echos 2020-10-13 16:04:20 +02:00
João Moreno 466a7b7daa ESRP Cert (#108366)
* update ESRP

* update to new ESRP cert

* make gulp fail when inno setup fails

* fix esrp

* debug

* update esrp client version

* 🤦

* argh

* update esrpclient

* argh
2020-10-13 15:56:16 +02:00
Alex Ross 9dc0b9ce0a Update ThemeIcon2 proposal to expose themeColor 2020-10-13 15:34:51 +02:00
Alex Ross 0e04bb7b5d relativeFileDirname gives empty string when the Dirname equals to current working directory (#108588)
Fixes #108437
2020-10-13 15:12:45 +02:00
Benjamin Pasero ef04759e57 🆙 chokidar@3.4.3 2020-10-13 15:07:47 +02:00
Alex Ross 8c4c54aa25 Allow forwarded ports view to move
Fixes microsoft/vscode-remote-release#3675
2020-10-13 15:01:42 +02:00
Tim 36446b1b97 Merge branch 'master' into atomic_tabs 2020-10-13 13:24:55 +01:00
Alex Ross 2b7bf327b9 Add welcome view to forwarded ports
Fixes microsoft/vscode-remote-release#3826
2020-10-13 11:49:32 +02:00
Josias 3064431dc5 Fix remaining hightlights 2020-10-13 11:41:10 +02:00
Benjamin Pasero ded9067afa build - fix warnings in TS files
//cc @joaomoreno
2020-10-13 10:48:40 +02:00
Benjamin Pasero d1578555f7 Pinned tabs need more prominence (fix #108211) 2020-10-13 10:01:52 +02:00
Martin Aeschlimann 42ddf0fd65 fix isValidNPMName 2020-10-13 09:57:28 +02:00
Benjamin Pasero 2b7760fa1f diff editor - guard against btoa failing 2020-10-13 09:23:43 +02:00
Benjamin Pasero 5ede377c03 debt - clean up event names in native host 2020-10-13 09:19:30 +02:00
Benjamin Pasero c21e1b7ee3 Pinned tab doesnt scroll to focus (fix #108561) 2020-10-13 08:56:51 +02:00
Benjamin Pasero 1ffbc5a976 window - fix unhandled error in window tracker 2020-10-13 08:48:56 +02:00
Benjamin Pasero 790ed2b338 debt - 💄 env service identifier 2020-10-13 08:46:01 +02:00