Commit Graph

124157 Commits

Author SHA1 Message Date
Isidor Nikolic fc067afe8e Merge pull request #225098 from cobey/cobey/add-azure-ai-inference
adding ai-inference tags for python and js
2024-08-09 11:50:01 +02:00
Benjamin Pasero c588860896 files.autoGuessEncoding doesn't always work for files opened during vscode startup (fix #225135) (#225217) 2024-08-09 09:32:56 +02:00
Henning Dieterichs 4693ac3d4d Revert "Fixes #224943" (#225161)
This reverts commit adbf3972d9.
2024-08-09 08:22:33 +02:00
Don Jayamanne 058a32e845 Merge pull request #225213 from microsoft/don/issue225011ReviewComments
Add review comments in nb diff viewer
2024-08-09 15:55:28 +10:00
Don Jayamanne a82249586f Avoid adding metadata keys that never existed (#225201) 2024-08-09 15:22:47 +10:00
Don Jayamanne 0e9ffc5939 Add review comments in nb diff viewer 2024-08-09 14:40:17 +10:00
Peng Lyu da5d462ab0 Merge pull request #225203 from microsoft/rebornix/universal-anglerfish
Re #209154. Render code editor at maximum height of the viewport
2024-08-08 20:57:47 -07:00
Don Jayamanne 6fb8d2adc6 Merge pull request #225011 from microsoft/don/issue174152HideCells
Hide unchanged cells
2024-08-09 13:35:41 +10:00
Matt Bierner aefef1e336 Add more telemetry for global TS plugins (#225143)
* Add more telemetry for global TS plugins

Log the hashed name of the global TS plugins so we can correlate issues to them

* Remove trailing comma
2024-08-08 19:18:46 -07:00
Peng Lyu 03fc9ace1c Re #209154. Render code editor at maximum height of the viewport 2024-08-08 18:54:01 -07:00
Matt Bierner 3dab2b440d Merge pull request #225191 from mjbvz/novel-mink
Avoid using marked renderer just to find tokens
2024-08-08 18:51:27 -07:00
Megan Rogge 8f88d203d7 enable find in the debug console (#225093) 2024-08-08 17:21:51 -07:00
Don Jayamanne 81e2e6bf5b Fix flickering of diff editor 2024-08-09 10:12:01 +10:00
Don Jayamanne de688270dd Merge pull request #225190 from microsoft/don/issue224764
Ensure metadadata is visible in nb diff view
2024-08-09 10:07:37 +10:00
Matt Bierner f06516b1ab Avoid using marked renderer just to find tokens
Switches to use just the lexer + walk tokens

Also gets rid of `ensureFencedCodeBlocksTerminated` as marked now does this automatically
2024-08-08 16:58:02 -07:00
Don Jayamanne d0a92afb2a Fixes 2024-08-09 09:56:27 +10:00
Don Jayamanne 58bdf1d753 Ensure metadadata is visible in nb diff view 2024-08-09 09:51:42 +10:00
Rob Lourens 77c020bab8 Add numCodeBlocks chat telemetry (#225189) 2024-08-08 16:31:53 -07:00
Megan Rogge b243c6b6d5 fix setting migration bugs (#225186) 2024-08-08 15:13:32 -07:00
Don Jayamanne 9f18d30399 Fix issue with sizing of metadata editor 2024-08-09 08:12:11 +10:00
Don Jayamanne 7e87eda1b4 Fix margin 2024-08-09 08:10:19 +10:00
Don Jayamanne 8b1b0fcdfb Fix issue with collapse/expand 2024-08-09 06:57:08 +10:00
Justin Chen b64446c15a make onCode default for lightbulb (#225170)
make oncode default
2024-08-08 13:23:04 -07:00
Justin Chen fe018d2f04 custom color theme for action list widget (#223245)
* action list colors

* mvoe to listColors

* dont change imports

* remove whitespace
2024-08-08 13:16:01 -07:00
Don Jayamanne f8a969b1ff Merge pull request #225103 from microsoft/don/madeDeletedCellReadonly
Ensure deleted cell in nb diff view is readonly
2024-08-09 05:52:55 +10:00
Don Jayamanne b8ce318729 Add tests 2024-08-09 05:38:51 +10:00
Don Jayamanne e6e053406e Notebook Diff ViewModel 2024-08-09 05:38:51 +10:00
Don Jayamanne c2e162fd3e Misc 2024-08-09 05:38:50 +10:00
Don Jayamanne 583053113b Wip 2024-08-09 05:38:50 +10:00
Don Jayamanne 4a8ef1b244 misc 2024-08-09 05:38:50 +10:00
Don Jayamanne aaf202a046 Hide unchanged cells 2024-08-09 05:38:50 +10:00
Don Jayamanne 62a56b9fa0 test 2024-08-09 05:37:39 +10:00
Don Jayamanne 7220c52636 Ensure deleted cell in nb diff view is readonly 2024-08-09 05:37:37 +10:00
Matt Bierner 2a045a1bc1 Merge branch 'main' into organize-imports-settings 2024-08-08 11:57:09 -07:00
Matt Bierner 9d5a68dde4 Make arguments readonly (#224983)
Object passed to our functions are almost always readonly
2024-08-08 11:54:36 -07:00
Gabriela Araujo Britto 6cbbd1012a [typescript-language-features] fix diagnostics telemetry property name (#225079)
fix diagnostics telemetry property name
2024-08-08 11:52:15 -07:00
Alex Ross c7cf0f18ef Try to fix loading tree sitter wasm (#225144) 2024-08-08 10:02:32 -07:00
Benjamin Pasero b1a6f7e780 ELECTRON_RUN_AS_NODE is removed too late before bootstrap-amd.js redefines 'fs' (fix #225139) (#225141) 2024-08-08 09:12:03 -07:00
Don Jayamanne 559107b7a9 Remove Inserted/Deleted text from notebook cell diff header (#225091)
Remote Inserted/Deleted text from header
2024-08-08 17:24:27 +10:00
Robo d288df1a9b chore: update kerberos@2.1.1 (#225101)
* Revert "Revert "chore: bump kerberos" (#225084)"

This reverts commit 9af3636703.

* build: avoid dlopen kerberos deps on macOS

* ci: update cache

* chore: update rpm and deb dependencies
2024-08-08 07:30:03 +02:00
Matt Bierner 8245d426e0 Update marked (#225096)
* Update marked

This bumps our marked version from 4.x to 14.x. This fixes a number of bugs in markdown parsing however is somewhat risky as we've missed so many versions. Hoping to merge early in the iteration so we can catch any potential issues

* Add highlighting

Copying over marked-highlight for now

* Fix newline in generated html

* Fix plaintext rendering of headers
2024-08-07 19:45:37 -07:00
Don Jayamanne 1dcacc655c Hide glyph margin for inserted/deleted cells in nb diff view (#225100) 2024-08-08 12:45:04 +10:00
Raymond Zhao 28ba9f5e58 fix: add postinst template conditions (#225097) 2024-08-07 17:00:39 -07:00
Cody Beyer fb413e989b adding ai-inference tags for python and js 2024-08-07 16:49:45 -07:00
Megan Rogge 4a7a65c55b only get workspace tasks when getKnownTasks is called if in a trusted workspace, prevent trust dialog from showing for this case (#225087)
fix #224881
2024-08-07 13:23:26 -07:00
Raymond Zhao 9af3636703 Revert "chore: bump kerberos" (#225084)
Revert "chore: bump kerberos (#224992)"

This reverts commit 5eb2a65d50.
2024-08-07 13:07:08 -07:00
Megan Rogge 8ea260e295 don't throw error when waitToActivate is true (#225082) 2024-08-07 12:41:20 -07:00
Aaron Munger 3945bc59ae remove config toolbar for IW execution setting (#224999) 2024-08-07 11:07:54 -07:00
Matt Bierner ca51dd36ab Remove copilot code block scheme (#225071)
This scheme is no longer used
2024-08-07 10:49:26 -07:00
Raymond Zhao 5eb2a65d50 chore: bump kerberos (#224992)
* chore: bump kerberos

* Bump kerberos in remote as well
2024-08-07 10:39:42 -07:00