Commit graph

70623 commits

Author SHA1 Message Date
Matt Bierner
eba1cc8de3 Remove arrays.findIndex
For #103454

This should be a direct map to the `.findIndex` mathod
2020-09-10 10:22:08 -07:00
dependabot[bot]
9d87cd68ea
Bump yargs-parser in /extensions/css-language-features/server
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 16:34:59 +00:00
dependabot[bot]
a9a7cf18f3
Bump yargs-parser in /extensions/markdown-language-features (#106373)
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 09:34:00 -07:00
SteVen Batten
4c67705ae3 refs #106358 2020-09-10 09:26:44 -07:00
Johannes Rieken
7fdda46e16 some integration tests for notebook editing, https://github.com/microsoft/vscode/issues/105283 2020-09-10 18:21:24 +02:00
Benjamin Pasero
6e022766d1 debt - adopt defaultUriScheme over hardcoded vscode-remote in toLocalResource 2020-09-10 18:03:51 +02:00
Benjamin Pasero
b1b5b8a9a3 debt - adopt defaultUriScheme also for userHome 2020-09-10 17:49:45 +02:00
Alex Ross
e37e0ffb74
Adjust active terminal tab when active tab moves (#106413)
Fixes #106300
2020-09-10 17:42:29 +02:00
Benjamin Pasero
e73d3a8ed7 pathService - defaultUriScheme() => defaultUriScheme 2020-09-10 17:40:31 +02:00
isidor
e0d5fae35f fixes #106355 2020-09-10 17:34:24 +02:00
Benjamin Pasero
246aab4a05 debt - REMOTE_HOST_SCHEME => Schemas.vscodeRemote 2020-09-10 17:32:10 +02:00
Christof Marti
7651656e69 Avoid innerHTML (#106395) 2020-09-10 17:26:48 +02:00
Christof Marti
01b1902dcf Avoid innerHTML (#106395) 2020-09-10 17:21:00 +02:00
Rob Lourens
cc9415ca82 Fix #106303 2020-09-10 10:18:20 -05:00
Johannes Rieken
3d6d7189a6 💄 2020-09-10 16:21:09 +02:00
Alex Ross
8c13421727
Add defaultUriScheme to path service (#106400)
Fixes microsoft/vscode-internalbacklog#1179
2020-09-10 16:17:06 +02:00
João Moreno
149f31ed01
fixes #104047 2020-09-10 15:22:45 +02:00
Daniel Imms
abb9c8dc1b Correct linux code-workspace path 2020-09-10 06:03:03 -07:00
WhizSid
c334da1952
Multi git executable paths (#85954)
* Multi git executable path

* update `git.path` setting description

* 💄

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2020-09-10 15:02:37 +02:00
Daniel Imms
3271ccc99a
Correct path to code-workspace.xml
Fixes #106384
2020-09-10 05:10:36 -07:00
Benjamin Pasero
a5a54adba8 web - fix bad credentials lookup 2020-09-10 13:47:37 +02:00
isidor
015c3afe96 fixes #106334 2020-09-10 12:31:35 +02:00
Johannes Rieken
e38b9d0727 add ExtHostFileSystemInfo which knows what schemes are reserved and which are used, https://github.com/microsoft/vscode/issues/91697 2020-09-10 12:29:30 +02:00
isidor
9a2a941075 debug: return result of a msg to debug adapter can be undefined 2020-09-10 12:28:56 +02:00
Johannes Rieken
371f6306f9
Merge pull request #106378 from mjbvz/add-isWritableFileSystem
Add isWritableFileSystem api
2020-09-10 11:53:18 +02:00
isidor
44699b0254 Fix Trusted Types violations (round #2) #106395 2020-09-10 11:52:23 +02:00
Johannes Rieken
01f9355f65 debt - simplify metadata edit because we now have CellEditType.DocumentMetadata 2020-09-10 11:48:44 +02:00
Dirk Baeumer
533ca9bf07 Adress #106358: Fix TS 4.1 errors in codebase 2020-09-10 11:36:22 +02:00
Alex Ross
26803cee9b Fix TS 4.1 errors for tasks and remote explorer
Part of #106358
2020-09-10 11:35:13 +02:00
Johannes Rieken
226c417bc6 update trusted types search 2020-09-10 11:30:10 +02:00
Benjamin Pasero
72f468f569 more TS 4.1 fixes (#106358) 2020-09-10 11:29:07 +02:00
João Moreno
41794e5631
trusted types
related to #106395
2020-09-10 11:19:20 +02:00
Vyacheslav Pukhanov
663810e275
Adds commands for --no-verify commit variants (#106335)
* add `{allow,confirm}NoVerifyCommit`  options

* adds commit comands with no verify

* handles no verify command variants

* handle no verify commit option

* only display no verify variants when option is set
2020-09-10 11:14:28 +02:00
Benjamin Pasero
82d953a731 pinned tabs - add a tab.lastPinnedBorder color 2020-09-10 10:51:31 +02:00
Benjamin Pasero
6173cf8a99 pinned tabs - closing pinned tab should open next non-pinned 2020-09-10 10:23:29 +02:00
João Moreno
25081cdb65
fix ts errors
related to #106358
2020-09-10 10:02:07 +02:00
Benjamin Pasero
a443309bcf
Merge pull request #106385 from microsoft/ben/pinned-tabs-setting
Pinned Tabs Enhancements
2020-09-10 09:30:51 +02:00
Benjamin Pasero
1424f2be8a pinned tabs - flip default to "shrink" 2020-09-10 09:28:16 +02:00
Johannes Rieken
c591f8b562 fix TS 4.1 compile errors, https://github.com/microsoft/vscode/issues/106358 2020-09-10 09:20:21 +02:00
Benjamin Pasero
c3c812660e Merge branch 'master' into ben/pinned-tabs-setting 2020-09-10 08:54:15 +02:00
Benjamin Pasero
76e7cbb0da fix some TS 4.1 errors (#106358) 2020-09-10 08:53:24 +02:00
Benjamin Pasero
3fb8967173 fix some TS 4.1 errors (#106358) 2020-09-10 08:49:08 +02:00
Matt Bierner
ec8016f7d1 Cache webview view title across reloads
Fixes #105867
2020-09-09 21:51:22 -07:00
Matt Bierner
cf38af84ff Revert "Fix #106303"
This reverts commit 8e5eed1299.

this is causing a layer check issue
2020-09-09 21:37:16 -07:00
Matt Bierner
a1e2114347 Add isWritableFileSystem api
Fixes #91697

This new API checks if a given scheme allows writing
2020-09-09 21:27:03 -07:00
Matt Bierner
3f8f022200 Use destructuring to make code more clear 2020-09-09 21:26:51 -07:00
Rob Lourens
8e5eed1299 Fix #106303 2020-09-09 21:44:43 -05:00
rebornix
03960a5aa1 re #105735. no more udpateMetadata api. 2020-09-09 16:45:00 -07:00
rebornix
73a3c9ded3 re #105735. 2020-09-09 16:45:00 -07:00
Connor Peet
7e62739639
debug: bump js-debug-companion 2020-09-09 16:41:48 -07:00