Commit graph

83282 commits

Author SHA1 Message Date
Matt Bierner 0ec29f0fcf
Pick up TS 4.4@next for building
- Disables the two new strictness options for now
- Adopt shared tsconfig for `microsoft-authentication `
2021-06-07 14:44:24 -07:00
Matt Bierner 4c3191731b
Spell 2021-06-07 14:44:24 -07:00
Nicholas Rayburn 1a41c51dc5
add option to not show link hovers for terminal (#124926)
fix #113913

Co-authored-by: meganrogge <megrogge@gmail.com>
2021-06-07 14:44:18 -07:00
Connor Peet b080fa237c
testing: improvements to autorun behavior
Fixes #124333
2021-06-07 14:42:09 -07:00
rebornix 8b4a90726d Merge branch 'notebook/dev' into main 2021-06-07 13:53:10 -07:00
rebornix 5c063c5f83 move document event tests into notebook.document 2021-06-07 13:34:37 -07:00
Daniel Imms 0f1d4fbe89 Clone object before applying migrated setting
Fixes #125177
2021-06-07 12:52:28 -07:00
rebornix ef62adb3ba start separating tests. 2021-06-07 12:03:55 -07:00
rebornix 51ccb0434d multi tabs and custom metadata. 2021-06-07 11:51:19 -07:00
rebornix 6259f7ca84 more showNotebookDocument for workspace edit tests. 2021-06-07 11:45:31 -07:00
João Moreno 11a1f705db
fix code.sh script in wsl2+gui 2021-06-07 20:39:27 +02:00
rebornix af4086099f move towards openNotebookDocument. 2021-06-07 11:30:10 -07:00
rebornix 809dfb41a2 remove join cell test covered by unit test. 2021-06-07 11:10:04 -07:00
Matvii Hodovaniuk 67561036cf
Replace map with forEach (#115378)
The callback provided to the map call on this array should return a value, otherwise map will always return an array of undefined values. If the desired behaviour is to just iterate through all elements, then consider using forEach or a for-of loop instead.
2021-06-07 11:01:10 -07:00
Sandeep Somavarapu feeeb58be0
#125687 - Add settings sync troubleshoot view 2021-06-07 19:51:09 +02:00
Sandeep Somavarapu 830c739857
Fix settings sync is removing extensions from web.
- Do not use remote data as last sync data for extensions
- Do not use cache and fetch extensions always
2021-06-07 19:51:09 +02:00
Connor Peet d8f27065a7
testing: fix go to test not working
Fixes  #125676
2021-06-07 10:27:20 -07:00
isidor 7e2b265051
better context key for run menu 2021-06-07 19:01:30 +02:00
rebornix 9369a1671f remove only. 2021-06-07 09:27:02 -07:00
Logan Ramos b91fbed9e1
Closes #124762 2021-06-07 12:16:40 -04:00
Johannes Rieken 8006b8c9a4
make getEditorById strict 2021-06-07 17:47:34 +02:00
Johannes Rieken a31c6c3550
extract ExtHostNotebookDocumentsShape into its own thing 2021-06-07 17:41:12 +02:00
Johannes Rieken 76fe0c90b0
make NotebookEditor#selections writeable, https://github.com/microsoft/vscode/issues/125275 2021-06-07 17:07:46 +02:00
Sandeep Somavarapu 27b2434631
clear storage when reset user data action is called 2021-06-07 17:00:44 +02:00
Johannes Rieken cec19dcfdc
remove unused types 2021-06-07 16:50:56 +02:00
Daniel Imms ad74d748e5 Fix terminal profiles pwsh source tests
Fixes #124257
2021-06-07 07:44:02 -07:00
Daniel Imms 8209ebb3c8 Skip failing tests
Part of #124257
2021-06-07 07:28:58 -07:00
Johannes Rieken 10442e00b4
extract ExtHostNotebookEditorShape into its own thing 2021-06-07 16:25:03 +02:00
Benjamin Pasero 351a288a39
electron - include exit code in window error events 2021-06-07 16:12:59 +02:00
Andre Weinand 1fe6115044
Merge pull request #123478 from danielgary/main
use title for terminal selection
2021-06-07 16:10:58 +02:00
Daniel Imms 92db7e8dc1 Fix scroll bar when tabs are on left
Fixes #125460
2021-06-07 07:07:25 -07:00
Logan Ramos ba3b75bafa
Bump ES build to latest version 2021-06-07 09:51:49 -04:00
Benjamin Pasero e3d03109a3
Revert ESBuild updates and fix #125518 (#125574)
* avoid strictNull bypass (fix #125518)

* Revert "Update lock file"

This reverts commit f843c51bca.

* Revert "Bump es build"

This reverts commit 8d87a66427.
2021-06-07 09:49:08 -04:00
Benjamin Pasero 538a1e969c
custom editors - emit capaibility change event if they changed after resolving model (fix #124860)
//cc @mjbvz
2021-06-07 15:44:25 +02:00
Johannes Rieken 55218295bc
Merge branch 'main' into notebook/dev 2021-06-07 15:42:35 +02:00
Johannes Rieken 826f9e99a4
remove old mime types, application/x.notebookABC 2021-06-07 15:42:32 +02:00
Ladislau Szomoru 4e0cf885d4
Don't wait for the explorer when restarting 2021-06-07 15:34:37 +02:00
Benjamin Pasero 666ce447cb
telemetry - avoid sync fs APIs for building CLI telemetry message 2021-06-07 15:32:35 +02:00
Johannes Rieken 3d377570fa
fix https://github.com/microsoft/vscode/issues/125581 2021-06-07 15:32:03 +02:00
Johannes Rieken 229f018be9
don't use recursion for _entries, https://github.com/microsoft/vscode/issues/124723 2021-06-07 14:51:37 +02:00
Alexandru Dima 692ffc0225
Merge pull request #125446 from microsoft/alex/character-mapping
Improve `CharacterMapping`
2021-06-07 14:40:09 +02:00
Daniel Imms 2cb62f2b10
Merge pull request #125505 from microsoft/tyriar/new_terminal_menu
Hide terminal menu if no process support is registered
2021-06-07 05:15:10 -07:00
Martin Aeschlimann 2fb55257fe
default themes: colorization of string placeholders 2021-06-07 14:07:56 +02:00
Henning Dieterichs c9f695b596
Adjusts inline completions color. Fixes #125646. 2021-06-07 13:21:03 +02:00
Johannes Rieken f2fe357377
fix test failure 2021-06-07 13:06:43 +02:00
Henning Dieterichs 2ee2163ff6
Merge pull request #125638 from microsoft/hediet/inline-completions-fix
Fixes flickering of inline completions, leaking disposable and context keys.
2021-06-07 12:47:53 +02:00
Johannes Rieken 32106ee154
drop links with paths longer than 50'000 characters, https://github.com/microsoft/vscode/issues/124942 2021-06-07 12:28:26 +02:00
Henning Dieterichs b5669c77b6
Merge pull request #125645 from microsoft/hediet/fix-no-focus-after-commit
focusing editor after committing suggestion.
2021-06-07 12:16:54 +02:00
Alex Ross 34b92236ff
Refresh task state more often when folders change (#125390)
Fixes microsoft/vscode-remote-release#5128
2021-06-07 12:06:27 +02:00
Alex Ross a8fb2993c7
Align path service defaltUriScheme
Fixes #125366
2021-06-07 12:05:28 +02:00