Johannes Rieken
9d936d51f3
support ThemeIcon#color in workspace edit metadata, https://github.com/microsoft/vscode/issues/109460
2020-11-02 15:00:09 +01:00
Johannes Rieken
4e198a4b4b
:lipstsick: use underscore for privates
2020-11-02 14:50:33 +01:00
Alex Ross
bea76730f1
feat: Autodetect npm.packageManager #102050 ( #102494 )
...
Detects the preferred package manager
and if multiple are present, warns and uses
in priority order: npm => yarn => pnpm
Fixes #102050
Co-authored-by: Alex Ross <alros@microsoft.com >
2020-11-02 14:48:11 +01:00
Johannes Rieken
1bd7cf9e41
use gh username for todo-tags, nuke some todo-tags
2020-11-02 14:16:55 +01:00
Johannes Rieken
ab94234299
Merge pull request #109740 from microsoft/joh/extbisect
...
Joh/extbisect
2020-11-02 14:00:00 +01:00
Johannes Rieken
0729278ad1
use label2 when CompletionEntry#source is a path inside the workspace
2020-11-02 13:22:12 +01:00
Johannes Rieken
441698a621
do not allow editor override for walkthough inputs, fixes https://github.com/microsoft/vscode/issues/109595
2020-11-02 12:10:50 +01:00
João Moreno
98262ef050
fixes #109818
2020-11-02 12:09:02 +01:00
Johannes Rieken
7901aa87e4
wording, show number of disabled extensions, option to keep bad extension disabled, towards filing issue
2020-11-02 11:46:46 +01:00
Sandeep Somavarapu
7cce3438d1
#107657 skip it unitl fixed
2020-11-02 11:43:28 +01:00
Sandeep Somavarapu
4198638fac
Fix #109755
2020-11-02 11:31:31 +01:00
Benjamin Pasero
744f2ab731
web - use unbuffered upload/download for small files to speed things up
2020-11-02 11:20:48 +01:00
Benjamin Pasero
f3a23697a9
Editors: revisit "preview" editors default behaviour ( #109779 )
...
Things done:
- set pinned more explicitly in many places
- flip the default of enablePreviewFromQuickOpen to false
- change lists/tree to pin if preserveFocus: false after opening
2020-11-02 11:16:32 +01:00
Benjamin Pasero
d6c2656f19
[regression] Files served by readonly filesystem show double '(read-only)' suffix in titlebar again ( fix #109733 )
2020-11-02 11:09:06 +01:00
Benjamin Pasero
2d7aacfa92
notifications - reduce weight of ESC for closing if toast has no focus
...
Currently, if you press ESC key and have suggest opened in the editor, the notification will disappear first.
2020-11-02 11:06:50 +01:00
Benjamin Pasero
d56b608506
sandbox - bring in browser based keyboard service to enable basic keyboard usage
2020-11-02 11:05:28 +01:00
Benjamin Pasero
0268b334e5
enable enableExperimentalProxyLoginDialog per default
2020-11-02 11:02:42 +01:00
Benjamin Pasero
5956564b72
storage - IWorkspaceStorageChangeEvent => IStorageChangeEvent
2020-11-02 10:53:41 +01:00
Johannes Rieken
87f7879528
flush storage, some wording tweaks
2020-11-02 10:33:20 +01:00
Johannes Rieken
44e28513b1
Merge branch 'master' into joh/extbisect
2020-11-02 09:32:15 +01:00
Johannes Rieken
3e8c2e036d
add "editor.suggest.showStatusDetailsInline"-setting to disable/enable inline details, https://github.com/microsoft/vscode/issues/109690
2020-11-02 09:17:27 +01:00
Himanshu Kapoor
10a98746f2
Use var instead of const for the global variable
...
In Node.js environments where Jest is run, `global` is already an existing
variable. Using `const` to redeclare it causes an error and therefore makes it
impossible to run any `monaco-editor` related tests to run with Jest. Changing
this line from `const` to `var` doesn't cause this issue.
2020-11-02 13:43:45 +05:30
Sandeep Somavarapu
7e25008c60
Merge pull request #109750 from microsoft/sandy081/fix109709
...
Merge configuration defaults of language overrides
2020-11-02 07:56:56 +01:00
deepak1556
5264ab94a3
chore: bump vscode-ripgrep@1.10.0
2020-10-30 20:28:21 -07:00
Jackson Kearl
8abfa9bc03
Bump version to 1.52.0
2020-10-30 16:31:51 -07:00
Peng Lyu
49696e87c6
Merge pull request #109767 from microsoft/rebornix/revertFix#47400
...
revert fix#47400
2020-10-30 15:41:32 -07:00
rebornix
923a59eef8
Revert "fix #47400 "
...
This reverts commit 5b39aab2cf .
2020-10-30 15:13:32 -07:00
rebornix
29df3f3ab1
Revert "fix #109756."
...
This reverts commit dbe1475cfb .
2020-10-30 15:13:22 -07:00
Peng Lyu
3f5f747538
Merge pull request #109762 from microsoft/rebornix/ctrl-e-regression
...
cmd+e on empty selection should feed the word under cursor to find input
2020-10-30 14:53:58 -07:00
rebornix
dbe1475cfb
fix #109756 .
2020-10-30 14:06:41 -07:00
SteVen Batten
9072f17cb5
include common props in trace logs
2020-10-30 14:04:54 -07:00
digeff
580ac9765d
rename variable to MatchRange to avoid argumentProcessor
2020-10-30 12:13:04 -07:00
digeff
75894bf0a6
Applied feedback
2020-10-30 12:13:03 -07:00
digeff
bb1be0326d
Added extensibility points for searchView/context
2020-10-30 12:13:03 -07:00
Sandeep Somavarapu
5662d49333
Revert "Revert "Fix #109709 ""
...
This reverts commit cf4b5a703f .
2020-10-30 17:35:34 +01:00
Sandeep Somavarapu
cf4b5a703f
Revert "Fix #109709 "
...
This reverts commit 29b685dc0d .
2020-10-30 17:33:47 +01:00
Sandeep Somavarapu
29b685dc0d
Fix #109709
2020-10-30 17:32:01 +01:00
Johannes Rieken
bba3e33b7c
fix compilo
2020-10-30 15:37:03 +01:00
Johannes Rieken
a77dcf3cb1
tweak wordings
2020-10-30 14:51:53 +01:00
Johannes Rieken
bc957f402a
add commands and logic to bisect extensions
2020-10-30 14:38:11 +01:00
Dirk Bäumer
573e5145ae
Merge pull request #109712 from jsoref/spelling-nls-localize
...
Improve spelling of items relating to nls.localize()
2020-10-30 13:11:20 +01:00
Alex Ross
41329dc9ee
Use defaultUri as default scheme
...
Fixes #109345
2020-10-30 11:43:23 +01:00
isidor
b30bbdeba9
fixes #71315
2020-10-30 11:09:06 +01:00
isidor
0bf6df8da2
fixes #109700
2020-10-30 10:36:10 +01:00
Christof Marti
457f2e6406
Rename Symbol ( #105154 )
2020-10-30 10:23:24 +01:00
Johannes Rieken
6c8da84718
relax white-space wrap and allow unless extension has details with newlines followed by intentation (whitespace), fixes https://github.com/microsoft/vscode/issues/109717
2020-10-30 10:19:52 +01:00
Rakib Fiha
7670c0c79c
Changed shebang same as code.sh ( #109372 )
...
* Changed shebang same as code.sh
* Added set -e in test.sh
2020-10-30 07:54:13 +01:00
Rob Lourens
2d8bbc6976
Add command to list and attach to orphaned remote terminals
2020-10-29 19:44:39 -07:00
Josh Soref
347ffe02c9
Improve spelling of items relating to nls.localize()
2020-10-29 21:05:15 -04:00
Rob Lourens
7cedcfa44f
Merge branch 'master' into eagerTerminalReconnection
2020-10-29 17:52:25 -07:00