Commit graph

86170 commits

Author SHA1 Message Date
Wenlu Wang 338e71d2da Fix folding ranges with inlay hints 2021-08-09 18:14:51 +08:00
Alex Ross e2076e315e
Add file types to browser file dialog
Fixes #130035
2021-08-09 11:53:47 +02:00
Dirk Baeumer 12a1d1f9cb
More fixes for #126408: Support changes in vscode-nls-dev that allow hint comments in package.nls.json 2021-08-09 11:24:24 +02:00
Andre Weinand e2ab8b4429
move run/debug contribution to debug; fixes #130385 2021-08-09 10:52:06 +02:00
Dirk Baeumer 1ee61f368e
Reference config file in rich nav action 2021-08-08 15:53:01 +02:00
Benjamin Pasero b52b00ce58 editors - findGroup can return undefined 2021-08-07 15:24:45 +02:00
Benjamin Pasero ec9a8fe5b7
web smoke - guard against failing tracing 2021-08-07 15:10:50 +02:00
Henning Dieterichs 8baf7b6cc5
Fixes #130282. 2021-08-07 13:46:21 +02:00
Rob Lourens 42a8653e39 Mention building browser integration test code 2021-08-06 18:22:41 -07:00
Tyler Leonhardt fdf231d1fb
delete commented out code 2021-08-06 16:55:41 -07:00
Rob Lourens accf5ae359 Add Jupyter language with JSON syntax highlighting
#128495
2021-08-06 15:51:29 -07:00
Tyler Leonhardt 52658e11de
unable automatic language detection by default 2021-08-06 15:46:08 -07:00
Matt Bierner c2fab30adf
Add note about incognito mode 2021-08-06 14:08:34 -07:00
Miguel Solorio 3f4879a8cb update seti theme 2021-08-06 13:52:02 -07:00
Connor Peet d4b9d21558
terminal: ignore parse errors from typeahead color
For #126055
2021-08-06 13:51:30 -07:00
Connor Peet 020ff7ec52
fix: delete lockfile asynchronously 2021-08-06 13:51:30 -07:00
Tyler Leonhardt 765fc625c7
update to languagedetection 1.0.18 2021-08-06 13:46:27 -07:00
Miguel Solorio 14bc1c1560 Values in dataframe display are not always centered in native Notebook UI (Fixes #130207) 2021-08-06 13:42:50 -07:00
meganrogge d1bfaf13ac
part of
#130192 move default profile to top of dropdown list
2021-08-06 13:39:16 -07:00
rebornix 3926fbd0b9 fix #130199. 2021-08-06 13:35:20 -07:00
Miguel Solorio 5a394770ad update seti theme 2021-08-06 13:18:22 -07:00
rebornix 91ad07b480 re #128173. handle focus on markdown preview 2021-08-06 13:15:11 -07:00
rebornix 5dd10ce83b no more undo command test. 2021-08-06 13:03:40 -07:00
rebornix 578a5a9c07 fix #130230. 2021-08-06 12:01:49 -07:00
Tyler James Leonhardt cfcda1c048
Improve performance of language detection (#130006)
* initial move to worker

* move event handling to the untitledTextEditorModel

* reuse simpleWorker interfaces and classes

* use correct path to languageDetection

* have vscode-languagedetection be outside of the asar

* add telemetry

* don't unpackage anything from languagedetection because it's not needed

* add an integration test

* some of Ben's feedback

* rework worker code to avoid duplication

* add isDisposed check

* fix test

* Isi and Ben feedback part 2

* use RunOnceScheduler instead and try to fix the test using events

* Ben feedback part 3

* bump distro
2021-08-06 11:56:14 -07:00
rebornix 3d9899db8e re #128173. Only handle monaco editor textarea. 2021-08-06 11:55:41 -07:00
meganrogge a0696fb236
fix #128722 2021-08-06 11:54:52 -07:00
rebornix 14cd42cca4 fix #128173. 2021-08-06 11:42:16 -07:00
Benjamin Pasero c6bb76dc49
code cache - properly support disabled code caching 2021-08-06 19:53:38 +02:00
meganrogge 690ff9e55e
fix #130268 2021-08-06 10:43:34 -07:00
Benjamin Pasero 41a3633034
web - implement delete for file fs provider 2021-08-06 19:04:34 +02:00
Benjamin Pasero 64ddb243b7
web - register file fs provider only when available (#24) 2021-08-06 18:53:09 +02:00
Benjamin Pasero 14c67c72e0
web - use underlying platform for determining case sensitivity (#24) 2021-08-06 18:50:07 +02:00
Robo 4fee848f2f
fix: CXXABI requirements for older distros (#129360)
* fix: use clang and libcxx from chromium

* chore: add flags for Link-Time Optimization

libcxx builds from upstream are built with LTO, avoiding these
flags will cause miscompiles

* chore: add lto flags to compilation units
2021-08-06 08:48:45 -07:00
Rob Lourens e0c5412d5b Editor should consume contextmenu event to prevent parent components from receiving it
Fix #115443
2021-08-06 08:36:35 -07:00
Logan Ramos 5a02f42d2b
Load telemetry module in an async manner (#130193)
* Load telemetry module in an async manner

* Add a return

* Update src/vs/workbench/services/telemetry/browser/telemetryService.ts

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2021-08-06 10:15:00 -04:00
Dirk Baeumer 75a02330ac
Use new TypeScript LSIF indexer 2021-08-06 14:15:30 +02:00
Benjamin Pasero 272d1af97f
dialogs - do not allow cancelId to point to a button that does not exist 2021-08-06 14:13:29 +02:00
Benjamin Pasero 226124eda3
web - fix dialog cancel id for failing to open a window 2021-08-06 14:07:59 +02:00
Henning Dieterichs ca904bb4c7
Fixes #127879. 2021-08-06 11:27:21 +02:00
isidor 19eb720cf0
watch: cleanup setExpression calls
#115063
2021-08-06 11:16:12 +02:00
isidor ba5054e524
debug: Set Value should be disabled for readonly variables
#115063
2021-08-06 10:51:48 +02:00
isidor 2572718321
fixes #127721 2021-08-06 10:29:37 +02:00
Henning Dieterichs ee4aec96bf
Merge pull request #130037 from microsoft/hediet/enables-inline-completions-by-default
Changes default of "editor.inlineSuggest.enabled" from false to true
2021-08-06 10:20:31 +02:00
Benjamin Pasero c68a025296
Merge pull request #130236 from microsoft/ben/untitled-notebooks
Support untitled editor factory for notebooks
2021-08-06 10:13:08 +02:00
Benjamin Pasero 293265bf55
Relative path separator not used when no formatting available (fix #130019) 2021-08-06 09:42:48 +02:00
Benjamin Pasero 9a3c8e7434
notebooks - use resolver for untitled factory 2021-08-06 09:19:24 +02:00
Henning Dieterichs 8d7d188922
Update commands.json
Fixes typo.
2021-08-06 09:16:40 +02:00
deepak1556 00f1abfd3a chore: bump electron@13.1.8
Fixes https://github.com/microsoft/vscode/issues/129117
2021-08-06 00:08:15 -07:00
deepak1556 d49d7e7fe1 chore: harder checks around universal build creation 2021-08-05 23:55:06 -07:00