Commit Graph

10419 Commits

Author SHA1 Message Date
Daniel Imms
1e7fbfa767 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 06:49:30 -08:00
Daniel Imms
e7b0596d89 Revert "Comment out notebook compile error"
This reverts commit 7bcec04426.
2021-03-09 06:49:10 -08:00
Johannes Rieken
aaf6287ecc remove skipped test 2021-03-09 15:48:16 +01:00
Daniel Imms
7bcec04426 Comment out notebook compile error 2021-03-09 06:46:29 -08:00
Daniel Imms
d1dbb93317 Remove remote test failure comment
FIxes #96057
2021-03-09 05:36:38 -08:00
Daniel Imms
6d01ad952a Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 05:35:42 -08:00
Johannes Rieken
8c436826ae Merge pull request #118471 from DonJayamanne/openNotebookBug
Repro for bug https://github.com/microsoft/vscode/issues/118470
2021-03-09 11:12:15 +01:00
Alex Ross
425316c376 Add a compose language (#118042) 2021-03-09 10:52:58 +01:00
Daniel Imms
09c3c2d3be Remove broken part of test 2021-03-08 17:43:35 -08:00
Daniel Imms
5fdbc82111 Re-enable task and term test 2021-03-08 17:07:14 -08:00
Daniel Imms
8fe29a7c41 Uncomment in test 2021-03-08 15:52:59 -08:00
Daniel Imms
30f4163184 Skip the failing test for remote only 2021-03-08 15:12:24 -08:00
Raymond Zhao
bdbf585012 Bump vscode-emmet-helper, fixes #118363 2021-03-08 13:51:07 -08:00
Daniel Imms
221e20b374 Re-enable, add some more test logs 2021-03-08 11:44:37 -08:00
Don Jayamanne
a39e734365 Oops 2021-03-08 11:05:28 -08:00
Don Jayamanne
584999658e Bug 2021-03-08 11:02:10 -08:00
Daniel Imms
45c032da7a Skip the failing task test 2021-03-08 08:17:16 -08:00
Daniel Imms
4d3b158023 Disable terminal tests in remote again, fix settings for tasks 2021-03-08 05:54:43 -08:00
Daniel Imms
1cd624c12a Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-08 05:52:24 -08:00
Martin Aeschlimann
caed3ea183 Merge pull request #118269 from davidanthoff/julia-indentation-rules
Add Julia indentation rules
2021-03-08 13:22:18 +01:00
João Moreno
007baec8d5 fixes #118214 (#118425)
* fixes #118214

* address feedback
2021-03-08 12:51:56 +01:00
Daniel Imms
074632a51f Try enable remote terminal integration tests
Part of #96057
2021-03-06 10:20:30 -08:00
Sora Morimoto
508fcfbb53 Add more OCaml related file extensions to the OCaml group
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-03-06 20:58:40 +09:00
Matt Bierner
e066c74761 Document new fixedChunkSizePolling ts watch mode 2021-03-05 18:49:17 -08:00
Daniel Imms
02a5d5925b Disable relaunch in tests 2021-03-05 17:51:34 -08:00
Daniel Imms
755fae50ab Bail out of create process if it's been disposed
This is likely the cause of several terminal test issues we've been seeing,
especially on remote. When process creation becomes async, the process
seems to hang around if the terminal was disposed during the process
creation.

Another thing to consider if env var relaunches messing with tests.
2021-03-05 17:47:39 -08:00
Daniel Imms
b15bbfa851 More test logs 2021-03-05 16:21:33 -08:00
Daniel Imms
ff09362f44 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-05 15:34:48 -08:00
Daniel Imms
7af259ab84 Add logs to test 2021-03-05 14:59:23 -08:00
Eric Amodio
c24bfc336c 💄& localization 2021-03-05 17:54:27 -05:00
David Anthoff
c18378655b Add Julia indentation rules 2021-03-05 14:14:46 -08:00
Matt Bierner
f704f80f87 Pick up TS 4.2.3
For #118260
2021-03-05 12:44:48 -08:00
Oleg Demchenko
48be13acf8 Check if VSCode runs serverless (#118233)
In situations when VSCode runs as remote or serverless we should attempt
authentication flow without a local server.
2021-03-05 09:08:36 -08:00
Sandeep Somavarapu
04770364fd #118222 skip failed test 2021-03-05 16:24:57 +01:00
Johannes Rieken
6117524374 make NotebookCellData and NotebookData classes, rename NotebookCellData#cellKind to NotebookCellData#kind 2021-03-05 15:17:55 +01:00
Johannes Rieken
997c9f2930 add showNotebookDocument overload or uri 2021-03-05 14:50:47 +01:00
Sandeep Somavarapu
bc62648b05 Revert "Remove authentication provider package.json declaration"
This reverts commit 811dc8d45a.
2021-03-05 14:02:57 +01:00
Alex Ross
179c89852f Change icon for npm scripts view
Fixes #118019
2021-03-04 15:32:04 +01:00
Alex Ross
3c238e71db Add "hasPackageJson" check back to npm view
and let it find files in directories
Fixes #117950
2021-03-04 14:39:04 +01:00
Matt Bierner
49d05f998f Add CodeActionTriggerKind api proposal
For #118084
Fixes #118087
2021-03-03 17:36:07 -08:00
Raymond Zhao
abf99de040 💄 2021-03-03 23:18:17 +00:00
Raymond Zhao
aaf70523a8 Bump vscode-emmet-helper, fixes #118008 2021-03-03 23:18:17 +00:00
Matt Bierner
2f7438f492 Fix spelling for type 2021-03-03 10:57:24 -08:00
Matt Bierner
5f24ec84ac Use correct new context name 2021-03-03 10:57:24 -08:00
Alex Ross
6949fed6ed Update grammars and fix julia update script for Windows 2021-03-03 17:26:09 +01:00
Ladislau Szomoru
14fd07d57a Workspace trust api feedback 2021-03-03 12:41:22 +01:00
Jackson Kearl
65a9aa1776 Use "(Settings) " as a prefix for userdata paaths in web
Closes #114979
2021-03-03 03:19:31 -08:00
Raymond Zhao
0a49559a44 Mitigates #118008, better fix TBD 2021-03-03 04:49:37 +00:00
Matt Bierner
623741272a Add activeCustomEditorId context
Fixes #113511

This tracks the id of the currently active custom editor

This change also removes the 'customEditors' context. This was an old context specific to custom editors and has since been replaced by the more generic `activeEditorAvailableEditorIds` context
2021-03-02 12:30:28 -08:00
Rachel Macfarlane
e3829dc247 Add 'prune' option to fetch in git extension API (#117923)
Add 'prune' option to fetch in git extension API
Add overload to fetch to pass options
2021-03-02 15:18:59 -05:00