Commit Graph
73433 Commits
Author SHA1 Message Date
Martin Aeschlimann a914a30f1e Merge pull request #107952 from justinsteven/bugfix/fix_CVE-2020-16881_bypass
Fix a bypass for CVE-2020-16881
2020-10-02 17:14:51 +02:00
Martin Aeschlimann 7c91cee267 Merge branch 'master' into bugfix/fix_CVE-2020-16881_bypass 2020-10-02 17:05:36 +02:00
Rares Folea 247e5dc148 Fix typo extensions/search-result/README.md (#107961) 2020-10-02 07:42:47 -07:00
isidor 0ecb64a2c8 bot: debug issues to connor 2020-10-02 11:18:44 +02:00
Hung-Wei Hung 02cfa0b9a8 Create empty commit with changed files #107753 2020-10-02 16:37:01 +08:00
Sandeep Somavarapu 55efd45c06 Fix #106963 2020-10-02 07:56:10 +00:00
Martin Aeschlimann cc2a8dc177 JSON Language Server 1.3.0 2020-10-02 09:43:16 +02:00
Justin Steven e8ceafb07a Fix a bypass for CVE-2020-16881
Fixes #107951

Uses child_process.execFile() rather than child_process.exec() to more
effectively resolve the command injection vulnerability.
2020-10-02 17:21:51 +10:00
Benjamin Pasero 0004cabf87 fix #107850 2020-10-02 08:34:18 +02:00
Connor Peet 5052a7bc2e debug: update js-debug 2020-10-01 16:06:14 -07:00
Eric Amodio bdddde3da2 Fixes #107751 - shrinks description before title 2020-10-01 15:36:01 -04:00
Martin Aeschlimann 1b960248d6 document ISchemaAssociation.schema 2020-10-01 21:08:26 +02:00
olegoid f19ccd13c2 Made id_token optional in ITokenResponse
According to:
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow#successful-response-1
2020-10-01 21:01:29 +02:00
olegoid c98463a24c Add support for opaque AAD access tokens 2020-10-01 21:01:29 +02:00
Martin Aeschlimann 45b377077c Auto detect color scheme sets one theme for all open windows despite different preferred schemes set in workspaces. Fixes #107855 2020-10-01 20:06:02 +02:00
Martin Aeschlimann ddf1c354f9 Merge pull request #107879 from microsoft/aeschli/colorSchemeSeparateHC
OS color schemes: report hc and light/dark
2020-10-01 19:51:54 +02:00
Rob Lourens 96eb2e8c4b Remove custom dropdown dev test flag checked in by mistake
Get #107909 back to where it was in 1.49
2020-10-01 10:51:01 -07:00
Martin Aeschlimann 991698c210 Merge branch 'master' into aeschli/colorSchemeSeparateHC 2020-10-01 19:50:39 +02:00
Benjamin Pasero e443e37531 fix #107893 2020-10-01 19:34:58 +02:00
Dhaiyra 604d445cc3 added preserve case and excluse setting in FindInFile interface 2020-10-01 23:03:04 +05:30
Connor Peet 6e55a9b968 bot: tweak js debug log comment format 2020-10-01 10:27:18 -07:00
Connor Peet 477eaf554d bot: add js debug log commands 2020-10-01 10:25:57 -07:00
kieferrm d23279ddc5 update distro 2020-10-01 17:19:10 +00:00
rebornix 49a19e81a7 fix #106215. 2020-10-01 09:56:19 -07:00
Rob Lourens 1137ae3545 Merge pull request #107887 from microsoft/alexr00/issue#107801
Listener leak when scrolling PULL REQUESTS view
2020-10-01 09:50:05 -07:00
Jackson Kearl 57bc9aef0e Bump actions 2020-10-01 09:43:45 -07:00
isidor b8e87aae6d fixes #107860 2020-10-01 17:36:03 +02:00
Chuck Lantz 240f5e8ce4 Merge pull request #107768 from microsoft/clantz/devcontainer-use-image
Switch to a image for the microsoft/vscode dev container
2020-10-01 08:26:29 -07:00
Chuck Lantz f98585bdef Merge branch 'master' of https://github.com/microsoft/vscode into clantz/devcontainer-use-image 2020-10-01 15:25:34 +00:00
Sandeep Somavarapu ade814447c Fix #107889 2020-10-01 14:30:12 +00:00
Alex Ross bddfa3a73c Don't use simple file dialog for user data
Fixes #107882
2020-10-01 16:21:45 +02:00
Alex Ross 87d7c6dd51 Listener leak when scrolling PULL REQUESTS view
Fixes #107801
2020-10-01 15:44:58 +02:00
Johannes Rieken da13bb7562 todo-tag 2020-10-01 15:38:16 +02:00
Johannes Rieken 47d65b7560 Merge pull request #107885 from HiDeoo/hd-typo-serilizable
Fix typos in vscode.d.ts / API documentation
2020-10-01 15:37:08 +02:00
HiDeo 0579e83138 Fix various typos 2020-10-01 15:00:07 +02:00
Alex Ross 60f19d5939 Fix code hover span margin
Fixes #107849
2020-10-01 14:55:35 +02:00
Benjamin Pasero 9c53416c7a fix #107883 2020-10-01 14:39:20 +02:00
Benjamin Pasero a6c0ce8b39 💄 2020-10-01 12:18:14 +00:00
Alex Ross 8ba0dba49d Update distro 2020-10-01 13:56:04 +02:00
isidor 3565fba49a fixes #96293 2020-10-01 13:44:55 +02:00
Alex Ross 14788f2b45 Handle errors on sockets in tunnel service
Part of microsoft/vscode-remote-release#3561
2020-10-01 13:31:11 +02:00
isidor 6c34a48b26 #107695 2020-10-01 13:21:25 +02:00
isidor 9d9afaacfb fixes #107520 2020-10-01 12:30:30 +02:00
Benjamin Pasero 4f77d34a08 editors - let the diff editor compute a good name 2020-10-01 12:21:23 +02:00
Martin Aeschlimann a7caa97840 OSColorScheme: Separate dark and hc 2020-10-01 12:02:09 +02:00
Benjamin Pasero f29f23f34f fix #99492 2020-10-01 11:40:53 +02:00
Benjamin Pasero 781e0e3192 windows - remove not needed and confusing disable-restore-windows CLI arg 2020-10-01 11:36:45 +02:00
Johannes Rieken 35d4bbf592 fix https://github.com/microsoft/vscode/issues/106215 2020-10-01 10:43:13 +02:00
Johannes Rieken 7c20f5057a update ref viewlet 2020-10-01 10:22:05 +02:00
msftwindowslinuxandYour Name 41cbd15c32 force .exe, .dll as binary to fix CRLF/LF problems (#107862)
Co-authored-by: Your Name <you@example.com>
2020-10-01 10:17:49 +02:00