Johannes Rieken
0332fbfc4b
Merge branch 'master' into joh/continous-browser-tests
2020-02-07 11:31:38 +01:00
isidor
a8a0138047
Explorer do not open the focused element in the editor if there is currently no file opened
...
fixes #87524
2020-02-07 11:25:09 +01:00
Martin Aeschlimann
91e96edefb
statusBarItem.prominentForeground not used
2020-02-07 11:02:35 +01:00
Martin Aeschlimann
8daf3f2270
@types/debug required by playwright
2020-02-07 11:02:35 +01:00
Benjamin Pasero
085f0b09e5
tests - add wip integration test runner for browser
2020-02-07 11:00:41 +01:00
Johannes Rieken
562193e0d6
Merge branch 'master' into joh/continous-browser-tests
2020-02-07 10:30:35 +01:00
Johannes Rieken
56b68715ee
fix #90199
2020-02-07 10:29:32 +01:00
Alex Dima
5e8dabc1f4
Move test/all.js to test/unit/node/all.js
2020-02-07 10:20:08 +01:00
Benjamin Pasero
e48debc94e
tests - add a UI folder for manual UI tests
2020-02-07 10:17:49 +01:00
Benjamin Pasero
a9c4a4397c
tests - move readme around
2020-02-07 10:09:22 +01:00
Benjamin Pasero
0c94b3ade0
test - share playwright for tests
2020-02-07 10:07:21 +01:00
Johannes Rieken
979b48b03f
update test script
2020-02-07 10:05:39 +01:00
Johannes Rieken
8a1ca2b6c0
Merge branch 'master' into joh/continous-browser-tests
2020-02-07 10:02:38 +01:00
Alex Dima
d49c5f3bc7
Use mtkz for whitespace parts that define a width
2020-02-07 10:00:22 +01:00
Johannes Rieken
0f60e831d6
fail when browser fails
2020-02-07 09:56:51 +01:00
Benjamin Pasero
310c969fce
tests - run browser unit tests in default window
2020-02-07 09:53:24 +01:00
Benjamin Pasero
5393954877
tests - have a test/unit folder
2020-02-07 09:51:28 +01:00
Johannes Rieken
d8b2334122
update region comment
2020-02-07 09:45:41 +01:00
Alex Dima
4b65e49261
Rename vs-whitespace to mtkw
2020-02-07 09:45:07 +01:00
Johannes Rieken
c7352f7831
d'oh
2020-02-07 09:33:15 +01:00
Johannes Rieken
cf127f9edf
Merge branch 'master' into joh/continous-browser-tests
2020-02-07 09:18:51 +01:00
Alex Dima
f9627fcdf9
Check in yarn.lock
2020-02-07 08:53:46 +01:00
Benjamin Pasero
de51dd4381
untitled - mode-switch only for line 1, col 1
2020-02-07 08:22:20 +01:00
João Moreno
1302e22b32
Merge pull request #90160 from eyeino/eyeino/clarify-new-branch-prompt
...
Clarify language when creating new git branch
2020-02-07 07:57:11 +01:00
Sandeep Somavarapu
f3f466dfda
Fix #90201
2020-02-07 07:51:45 +01:00
Benjamin Pasero
df3764ab52
workaround #90162
2020-02-07 07:20:44 +01:00
Benjamin Pasero
bb3edc40e6
smoke - exclude a few more tests for web
2020-02-07 07:10:59 +01:00
Benjamin Pasero
ec7968776b
Instructions for files.defaultLanguage new option is confusing ( fix #90187 )
2020-02-07 06:58:35 +01:00
Rob Lourens
beaf391bc5
Use Action2 instead of editor Command
...
#89348
2020-02-06 18:13:00 -08:00
Jackson Kearl
4e81d10222
Add result count line. Closes #89463 .
...
And fixup grammar to correctly highlight it
2020-02-06 16:52:54 -08:00
Matt Bierner
4d35421462
Remove version gating on for now enableProjectDiagnostics
...
None of the apis being users for this experimental setting require the latest TS version
2020-02-06 16:33:05 -08:00
Jackson Kearl
7cb5172397
Remove unused
2020-02-06 15:56:25 -08:00
Rachel Macfarlane
cf96b11223
Auth providers - show dialog on token access, closes #89754
2020-02-06 15:30:53 -08:00
Connor Peet
a4c2d6337d
debug: update js-debug-nightly to "2020.2.408" @ 2020-02-06T01:05:43.207Z
2020-02-06 15:20:20 -08:00
Matt Bierner
f0942786b4
Add experimental setting to use separate server to compute project level diagnostics
...
For #13953
**Problem**
We'd like to show project wide diagnostics, however at the moment TS server is single threaded. This means that computing all these diagnostics would interrupt other user operations such as completions.
Right now, our advice is to use tasks to get around this limitation (since tasks always run as separate process) however few people actually use tasks.
**Change**
This change adds an experimental `tsserver.experimental.enableProjectDiagnostics` setting (default false) that makes VS Code spawn a separate TS Server that is only used for computing diagnostics. This should help keep the primary syntax server responsive while letting the diagnostics server churn away at project level diagnostics
**Why experimental?**
- We are comporting too many diagnostics. This is bad for larger projects. I don't think TS provides the right APIs to know which files we actually need to request diagnostics on when a file changes.
- This hasn't been fully extensively tested to make sure it plays nicely with feature such as automatic type acquisition or in complex workspace with multiple projects
2020-02-06 15:15:33 -08:00
Matt Bierner
aca46ac4a5
Take server arguments object
...
Makes it more difficult to mistaktenly reverse which server is which
2020-02-06 15:15:33 -08:00
Matt Bierner
c8516dd7e8
Marking arrays as readonly
2020-02-06 15:15:33 -08:00
Matt Bierner
5d3c86ad99
Remove VS Code project file change watchers
...
Updating projects should be handled by the `projectsUpdatedInBackground events` now
2020-02-06 15:15:33 -08:00
Matt Bierner
9a74df8b7c
Converting remaining webview commands to use Action2
...
For #89348
2020-02-06 15:15:32 -08:00
Jackson Kearl
8847219dd7
Fix #89482 . Fix #90179 .
2020-02-06 14:44:10 -08:00
Rachel Macfarlane
b0601cfd46
Add retries to token refresh for network errors of account extension
2020-02-06 14:26:35 -08:00
Alexandru Dima
d92d732bfc
Merge pull request #90111 from nrayburn-tech/master
...
Use MutationObserver for Monaco Editor AutomaticLayout
2020-02-06 23:03:45 +01:00
Alex Dima
1bce32d603
Improve types & avoid callbacks when rendering the editor
2020-02-06 23:01:43 +01:00
Alex Dima
a13c32dd72
Fixes #90171
2020-02-06 22:39:38 +01:00
Martin Aeschlimann
7a036679a0
semantic theming: add TokenSelector
2020-02-06 22:33:55 +01:00
Alex Dima
5d1c4a9b10
Fixes microsoft/monaco-editor#1812
2020-02-06 22:19:20 +01:00
nrayburn
18c10b1573
Replace timeout interval with MutationObserver for monaco editor AutoLayout
2020-02-06 15:15:56 -06:00
Christof Marti
7fab6bf603
Move QuickInput to base layer ( #69955 )
2020-02-06 22:02:21 +01:00
Christof Marti
db7795ff2b
Move QuickInput to base layer ( #69955 )
2020-02-06 21:57:10 +01:00
Sandeep Somavarapu
42d92b3ca8
💄
2020-02-06 20:09:23 +01:00