Commit Graph

9617 Commits

Author SHA1 Message Date
gjsjohnmurray
4e00a9b1a5 fix #106487 Contribute an "activating" placeholder message and button 2020-09-29 15:23:07 +01: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
Martin Aeschlimann
b03e0cb72f revert line deletion in json CONTRIBUTING 2020-09-17 13:06:17 +02:00
ChaseKnowlden
8c91bd8278 Fix Unnecessary change 2020-09-17 11:43:03 +02:00
ChaseKnowlden
e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Alex Ross
66c63c5d70 Update npm tasks when npm refresh is run
Fixes #106780
2020-09-17 11:30:24 +02:00
Matt Bierner
d19c4ec92c Fix TS 4.1 error 2020-09-16 19:58:09 -07:00
Connor Peet
923189c75a Merge branch 'connor4312/auto-attach-js-debug' 2020-09-16 15:41:22 -07:00
Rachel Macfarlane
2e10ab2a95 Possibly improve logging on token refresh fail 2020-09-16 15:39:43 -07:00
Connor Peet
480b18a8d3 debug: apply polish to auto attach switcher 2020-09-16 15:36:14 -07:00
Matt Bierner
4799714403 Remove extra awaits
These functions return void so we don't need to await them
2020-09-16 15:11:21 -07:00
Matt Bierner
50cc1d0e97 Update to use TS 4.1 for building VS Code 2020-09-16 11:58:01 -07:00
Matt Bierner
d1b49cd8b9 Adding more explicit typings for TS 4.1 new Promise logic 2020-09-16 11:58:01 -07:00
Matt Bierner
240afbde58 Use array.equals 2020-09-16 11:58:01 -07:00
Martin Aeschlimann
78bad9989e Merge pull request #106813 from joshbolduc/jenkinsfile-groovy
Detect Jenkinsfile as groovy
2020-09-16 06:42:29 -07:00
Alex Ross
032e9a33ba Update go grammar and fix update script
Fixes #106798
2020-09-16 15:24:28 +02:00
Nicholas Rayburn
1562816430 Replace 'master' with branch head when publishing to github (#105878) 2020-09-16 11:02:03 +02:00
Martin Aeschlimann
795b0dba8d [css/json/html] update service (use vscode-nls@5.0) 2020-09-16 10:32:40 +02:00