Commit Graph

14893 Commits

Author SHA1 Message Date
Alex Ross b557947e50 Update grammars (#209932) 2024-04-09 12:20:39 +02:00
Alex Ross a1815b994a Fix git merge editor for renames (#209542) 2024-04-08 23:34:48 +02:00
Vladimir Piskarev 5bde174ef1 Fix incorrect typings in OpenJsDocLinkCommand_Args (#209872)
Fix incorrect typings in OpenJsDocLinkCommand_Args
2024-04-08 20:09:49 +00:00
Matt Bierner 2502021f86 Pick up TS 5.4.4 (#209850)
For #209849
2024-04-08 17:33:31 +02:00
Ladislau Szomoru 45b5423f72 Git - only add --ignore-case if it is a supported flag (#209819) 2024-04-08 12:47:18 +02:00
Rob Lourens ed6c6d3f28 Kill "interactive session provider" DEAD (#209700)
* Reduce chat provider usage

* Clear out IChat props

* Delete interactive session provider API

* Totally remove static chat provider registration

* Clean up onDidRegisterProvider events

* Remove provider ID references from model

* Eliminate many 'providerId' references

* Simplify view registration

* Clean up participant-specific actions

* Delete getProviderInfos

* Rename context key

* Fix tests

* Fix action label

* Fix view title

* Fix test

* Fix test

* Fix integration test

* Remove more providerId

* Add API stub to make this compatible with the existing Copilot Chat
2024-04-07 21:06:43 -07:00
Matt Bierner 6160e8e969 Add support for markdown image/video path hovers (#209685) 2024-04-05 22:29:31 +02:00
Matt Bierner 8c363b460b Merge and cleanup drop and paste proposal (#209591)
These two proposals overlap a lot and will be finalized together
2024-04-05 13:03:10 -07:00
Matt Bierner 74fff91cc9 Pick up latest md language service (#209574) 2024-04-04 22:27:25 +02:00
Matt Bierner 7a623b31fb Fix frontmatter line map (#209556)
Fixes #209267
2024-04-04 19:39:21 +02:00
Matt Bierner 125e308ea4 Bump @typescript-eslint versions (#209516)
6.x is the latest release that supports our current node target
2024-04-04 10:36:59 -07:00
Connor Peet 8558da1335 cli: allow public port forwarding via tunnels (#209489) 2024-04-04 00:28:00 +02:00
Matt Bierner b5f97ae0e1 Fix null access (#209449) 2024-04-03 17:37:38 +02:00
Matt Bierner 998047ca2f Add experimental support for updating markdown links on copy/paste (#209319)
* Add experimental support for updating markdown links on copy/paste

For #209318

* Remove log
2024-04-02 17:15:12 +02:00
Ladislau Szomoru 8d1ecd7b94 SCM - 💄 API cleanup (#209339)
* SCM - 💄 API cleanup

* Fix compilation
2024-04-02 14:51:36 +02:00
Isabel Duan bc2c9609c2 add settings 2024-04-01 19:24:48 +00:00
Matt Bierner cb83e0b39b Don't use stateful regex (#209268)
Fixes #209254
2024-04-01 19:00:16 +02:00
Matt Bierner 7d788e70b9 Limit drop disablement to just http(s) uris (#209240)
For #209239
2024-04-01 04:37:06 -07:00
Raymond Zhao e483d8407c chore: bump katex (#209141) 2024-03-29 21:07:15 +01:00
Matt Bierner a29a83ddd4 Add pwsh alias (#209063)
Commonly used for markdown blocks
2024-03-28 15:59:23 -04:00
Aiday Marlen Kyzy f62931d09b Making same changes to JavaScript language configuration file as for TypeScript (#209038)
making the language configuration file the same as for typescript
2024-03-28 18:25:55 +01:00
Ladislau Szomoru a7f384badb Git - remove deprecated extension API (#209010) 2024-03-28 05:25:40 -07:00
Matt Bierner a83b5818f3 Pick up TS 5.4.3 (#208940)
Minor update with a few fixes
2024-03-27 19:30:37 +01:00
Ladislau Szomoru 4a6ebe0ee5 Git - fix #208562 (#208761) 2024-03-26 12:32:02 +01:00
Benjamin Pasero 099c39eb5b Failing integration test: vscode API - globalState / workspaceState (fix #208134) (#208756) 2024-03-26 07:53:08 +01:00
Benjamin Pasero c972b16a33 Integration test failure: workspace.applyEdit drops the TextEdit if there is a RenameFile later (fix #206356) (#208662) 2024-03-26 15:38:03 +09:00
Ladislau Szomoru 8d02db45e9 GitProtocolHandler - update supported schemes based on the platform (#208730) 2024-03-25 15:55:49 -07:00
Peng Lyu c1b0fbbe22 remove console.log (#208474) 2024-03-22 22:56:32 +01:00
Martin Aeschlimann fb757ca041 [json/html/css] update services (#208443)
* [json/html/css] update services

* use older language client

* older languageclient

---------

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2024-03-22 21:52:12 +01:00
Aiday Marlen Kyzy a00f2e64f4 Merge pull request #208291 from microsoft/aiday/addingIndentationForIfForWhile
Indent next line for if/for/while statement followed by whitespace
2024-03-22 11:07:52 +01:00
Aiday Marlen Kyzy b0725d3bf2 Merge pull request #208319 from microsoft/local-quail
Indent on enter from within [], {}, ()
2024-03-22 11:07:23 +01:00
Ladislau Szomoru 85eea4a9b2 Git - emit change event as soon as file is staged (#208376) 2024-03-22 08:53:04 +01:00
Rob Lourens 75e751380f ChatRequestHandler should allow returning void (#208349)
Fix #205835
2024-03-22 00:57:34 +01:00
Matt Bierner 70e896c977 Fix md preview substr highlighting (#208337)
Fix substr highlighting

Fixes #205515
2024-03-21 22:32:35 +01:00
Aiday Marlen Kyzy f2758ed8f7 making the regex more restrictive 2024-03-21 17:56:44 +01:00
Aiday Marlen Kyzy d8a989efdd adding rules to indent from within [], (), {} 2024-03-21 17:30:16 +01:00
Aiday Marlen Kyzy 20b54ec19e making the regex pattern so that we don't match if/for/while inside of a word 2024-03-21 17:24:52 +01:00
Aiday Marlen Kyzy 5d1d7d98a6 adding parentheses aroudn the two different alternatives 2024-03-21 17:14:53 +01:00
Aiday Marlen Kyzy 0629845986 Merge branch 'main' into aiday/addingIndentationForIfForWhile 2024-03-21 17:10:29 +01:00
Aiday Marlen Kyzy 20ef51faea Merge branch 'main' into aiday/addingIndentationForIfForWhile 2024-03-21 17:07:51 +01:00
Aiday Marlen Kyzy d15b18783b Merge pull request #208287 from microsoft/aiday/indentNextLineWhenArrowFunctionUsed
Indent next line when arrow function arrow followed by whitespace
2024-03-21 17:01:15 +01:00
Henning Dieterichs 2a14ad4b71 Fixes diff editor gutter menu focus problems 2024-03-21 15:40:37 +01:00
Aiday Marlen Kyzy 3aa12f6c38 simpler function is used in order to cover lambda functions 2024-03-21 15:07:52 +01:00
Don Jayamanne e3cf2530e6 Include execution count in jupyter notebook diff (#208292)
* Include execution count in notebook diff

* Fix tests

* Misc changes

* Fix tests

* Fix more tests
2024-03-21 14:14:33 +01:00
Aiday Marlen Kyzy 62275bbca6 changing to round brackets inside of the regex pattern 2024-03-21 12:43:17 +01:00
Aiday Marlen Kyzy 5228f5a8b6 adding dollar sign at the end of the regex to match the full line 2024-03-21 12:13:20 +01:00
Aiday Marlen Kyzy 32aaeac3d6 adding pattern for if for and while 2024-03-21 11:04:24 +01:00
Aiday Marlen Kyzy 69f9c7a2e1 adding pattern in order to indent the next line 2024-03-21 10:27:30 +01:00
Rob Lourens 042c0893d9 Handle duplicate chat participant names (#208142)
* Enable duplicate chat participant names
#208103

* Register participants with an ID

* Update participant history in API

* Changes to dupe chat suggest widget, and fix serialize/deserialize

* Tweaks

* Test fixes

* Fix tests

* Test fixes

* Fix integration test
2024-03-20 16:44:03 -07:00
Matt Bierner 288be7d337 Fix settings keys (#208253)
Fixes #207804
2024-03-20 22:21:55 +01:00