Commit graph

9633 commits

Author SHA1 Message Date
Benjamin Pasero cc594b88d8 themes - add last pinned tab color to default themes 2020-10-06 07:59:56 +02:00
Jackson Kearl f88b86d714 vscode.Uri.joinPath instead of Node's path.join
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1280
2020-10-05 08:52:44 -07:00
Connor Peet 916de64d89
fix: debug buttons in a nested package.json
Fixes #108000
2020-10-02 14:17:17 -07: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
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
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
Connor Peet c17be01663
debug: recover gracefully from a stuck auto attach pipe 2020-09-30 16:33:06 -07:00
Alex Dima 296147c88e
Fix integration tests 2020-09-30 20:58:26 +02:00
Martin Aeschlimann 7c9a6e92c7 test-resolver fix prepublish 2020-09-30 13:46:48 +02:00
Cameron Little 7cf15b2d31 Fix crash in LSP servers when initializationOptions are not provided 2020-09-30 09:01:49 +02:00
Matt Bierner 706857dfa5 Pass executingFilePath to TS server 2020-09-29 17:59:29 -07:00
Matt Bierner 6ef40a891b Disable TS plugins on web 2020-09-29 17:59:29 -07:00
Matt Bierner ee536909df Enable logging for TS Server on web
The web server does not have a log file
2020-09-29 17:59:29 -07:00
Martin Aeschlimann 2ef6c258b0
Merge pull request #107215 from microsoft/aeschli/welcomeViewGroups
groups for viewsWelcome
2020-09-28 14:10:06 -07:00
João Moreno 0f540688f4
Merge branch 'pr/107318' 2020-09-28 16:33:45 +02:00
João Moreno 5a18ae699c
💄 2020-09-28 16:33:29 +02:00
Johannes Rieken 6a9500f040 Merge branch 'master' into joh/cell-output 2020-09-28 09:08:53 +02:00
Michael Wood b8c953da4b
Merge branch 'master' into 99129-theme-colour-git-staged 2020-09-28 08:02:47 +02:00
Matt Bierner f1e631ab83 Update ts server web build 2020-09-25 16:22:05 -07:00
Johannes Rieken 1e7454f72a renames 2020-09-25 18:04:10 +02:00
Johannes Rieken 08695ede81 adopt changes after feedback round one 2020-09-25 18:00:11 +02:00
Johannes Rieken 611bbad868 Merge branch 'master' into joh/cell-output 2020-09-25 17:44:13 +02:00
Johannes Rieken b241d4cd1f fix typo, https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:26:52 +02:00
Johannes Rieken 0a914e0e61 remove priority all togther, maybe add something like severity in the future, https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:13:26 +02:00
Johannes Rieken 8932f62afa adress API feedback https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:13:26 +02:00
Johannes Rieken b297be52ca new proposal for NotebookCellOutput, partial implementation 2020-09-25 11:44:23 +02:00
Martin Aeschlimann 80718e85da Merge branch 'master' into aeschli/welcomeViewGroups 2020-09-24 14:12:27 +02:00
Rob Lourens 0405841876 Tweak coloring and spacing in new settings editor #106897 2020-09-23 17:28:04 -05:00
Jackson Kearl d4ae4a64ec Enable search editor in non-HOME envs 2020-09-23 11:36:35 -07:00
michaelwood@onetrail.com 536652aab5 added additional colour options for differing git staging statuses 2020-09-23 20:31:30 +02:00
rebornix 71630dd5ff Revert "disable failing notebook tests, https://github.com/microsoft/vscode/issues/107210"
This reverts commit 6f41bfa822.
2020-09-22 08:46:43 -07:00
Martin Aeschlimann 99c8d615c1 groups for viewsWelcome 2020-09-22 12:04:53 +02:00
Johannes Rieken 6f41bfa822 disable failing notebook tests, https://github.com/microsoft/vscode/issues/107210 2020-09-22 11:17:34 +02:00
Matt Bierner 5a7d0a1ed2 Adopt resolveCodeAction for JS/TS refactorings 2020-09-18 18:17:31 -07:00
Matt Bierner 5b4350943e Remove custom typings for refactor trigger reason
This property has been finalized
2020-09-18 18:17:31 -07:00
Matt Bierner b255097c33 null -> undefined 2020-09-18 18:17:31 -07:00
Matt Bierner bd54e5f5cc Simplify showQuickPick 2020-09-18 18:17:31 -07:00
Matt Bierner 84dbc21783 Pick up TS 4.0.3 2020-09-18 16:36:13 -07:00
Matt Bierner f26d81979f Extend disposable 2020-09-18 16:27:21 -07:00
Matt Bierner f8f2538d20 Move exists to own file 2020-09-18 16:26:04 -07:00
Matt Bierner c3651027ba Use enum 2020-09-18 16:23:49 -07:00
Matt Bierner 017a42552b Use Promise.all to perform config finding in parallel instead of sequentially
For #87494
2020-09-18 16:15:50 -07:00
Matt Bierner bf2448549d Make getTsConfigsInWorkspace observe the TaskProvider cancellation 2020-09-18 16:15:50 -07:00
Matt Bierner d1510288f0 Add timeout for vscode.workspace.findFiles
For #87494
2020-09-18 16:15:50 -07:00
Matt Bierner 6932306e4d Add (get) and (set) prefixes to JS/TS getters and setters in the outline
Fixes #106935
2020-09-18 11:06:32 -07:00
Rachel Macfarlane 403a6895f4 #106321, Don't retry token refresh if the response was not ok 2020-09-17 19:39:09 -07:00