Commit Graph

15776 Commits

Author SHA1 Message Date
Benjamin Pasero
679a9f1ace 🆙 @parcel/watcher@2.5.0 (#235710) 2024-12-11 09:19:48 +01:00
Ladislau Szomoru
253145591b Git - export stash methods in the extension API (#235773) 2024-12-10 21:48:12 +01:00
Aiday Marlen Kyzy
c0d25ffb56 Performance regression: revert "Ignoring double slashes inside of strings" (#235742)
Revert "onEnter Indentation Rules: Ignoring double slashes inside of strings …"

This reverts commit 21c52a4a3a.
2024-12-10 16:49:07 +01:00
Alex Ross
1c91332da7 Re-adopt new YAML grammar! (#232244)
* Embedded languages syntax highlighting stopped working in 1.92.0
Fixes #224978

* Get embedded grammar
2024-12-10 12:32:57 +01:00
Aiday Marlen Kyzy
21c52a4a3a onEnter Indentation Rules: Ignoring double slashes inside of strings (#235712)
ignoring double slashes inside of strings
2024-12-10 11:02:51 +01:00
Ladislau Szomoru
7ccf9661c7 Git - keybindings to match command pallette when clause (#235713) 2024-12-10 11:00:46 +01:00
Ladislau Szomoru
8e1f20cbea Workspace trust - remove unused code (#235676) 2024-12-09 21:54:30 +01:00
Martin Aeschlimann
b3da47c132 Merge pull request #235367 from iamdereky/main
Fix CSS errors when using HTML escaped quotes
2024-12-09 18:13:40 +01:00
Aiday Marlen Kyzy
18bd4c58c7 Add more detail to expandable-hover setting description (#235596)
* adding more detail to hover

* polish
2024-12-09 10:26:42 +01:00
Daniel Imms
6d8bd758ef Clarify tests by using existing folders (#235209)
The old src/ case was removed as it was actually wrong when the folder
exists, and that's covered below.
2024-12-08 10:52:26 -05:00
Alex Ross
8270a86019 Update grammars (#235506) 2024-12-06 16:55:37 +01:00
Aiday Marlen Kyzy
359ec5270a Add new line comment when pressing Enter from within line comment for languages that use double slash for line comment (#235407)
* add decrease and increase indent patterns for cpp

* adding new line with line comment on next line from within languages that use double slash for line comment
2024-12-06 11:51:50 +01:00
Ladislau Szomoru
5addad41b0 Git/SCM - fix GC warnings (#235464) 2024-12-06 09:25:12 +01:00
Derek Yang
77f0483dcd Add additional test case containing no escaped quotes 2024-12-05 14:22:54 -05:00
Derek Yang
4685d75964 Fix CSS errors when using HTML escaped quotes 2024-12-04 23:48:25 -05:00
Daniel Imms
e09971e1ed Get terminal-suggest completions working on Windows
- The shell was checked without removing the extension.
- The creationOptions hack to pull the shell type was also not working.
- Added the (terminal-suggest) note to resource completions as well.

Fixes #235272
2024-12-04 06:45:38 -08:00
Ladislau Szomoru
e305e5b88b Git - do not show blame information when opening a new file (#235269) 2024-12-04 06:22:27 -08:00
Ladislau Szomoru
1bda78bcc5 Git - ensure one git blame editor decoration per line (#235255) 2024-12-04 11:12:23 +01:00
Ladislau Szomoru
103d3a77ed Git - fix "Not Committed Yet" tooltip (#235253) 2024-12-04 10:37:33 +01:00
Ladislau Szomoru
092158edd9 Git - remove "Copy Subject" command from the git blame hover (#235244) 2024-12-04 09:32:36 +01:00
Ladislau Szomoru
04779ada5e Git - remove codicon from git blame status bar item template setting (#235211) 2024-12-03 22:35:58 +01:00
Megan Rogge
167b384630 fix replacement index for terminal completions (#235172)
fix #235073
2024-12-03 09:59:16 -08:00
Tyler James Leonhardt
c0c6b07185 Disable MSAL for now (#235048)
Because of late breaking issues:

* https://github.com/microsoft/vscode/issues/234932
* https://github.com/microsoft/vscode/issues/234954

This also comments out the `_setupRefresh` logic since that is causing the high CPU load. I'd like to see what happens when we don't do this behavior.
2024-12-03 01:39:32 +00:00
Martin Aeschlimann
8713346d2b [css/json/html] update services (#235034) 2024-12-02 22:13:01 +01:00
Martin Aeschlimann
efddddcdc6 Merge branch 'main' into patch-5 2024-12-02 21:53:31 +01:00
Ladislau Szomoru
961d092cb5 Git Blame - fix an edge case in which the legacy/advanced algos return different results (#235032) 2024-12-02 21:51:53 +01:00
Daniel Imms
63540c4a4f Add test fixture and move tests into test/ folder 2024-12-02 12:22:29 -08:00
Daniel Imms
48c0e3eb3a Add fallback to default completions test suite 2024-12-02 12:10:22 -08:00
Daniel Imms
eaad1fd690 Skip failing cwd tests on Linux 2024-12-02 12:02:52 -08:00
Daniel Imms
ecff53c891 Fix order of precedence 2024-12-02 12:00:03 -08:00
Daniel Imms
38d4af02e4 Merge remote-tracking branch 'origin/main' into tyriar/234777 2024-12-02 11:53:55 -08:00
Megan Rogge
f408139c28 only show command/spec suggestions for first on the line (#235005) 2024-12-02 11:51:55 -08:00
Ladislau Szomoru
fea0365cba Engineering - bump deprecated package (#234965)
* Engineering - bump deprecated package

* Fix build script
2024-12-02 11:17:24 +00:00
Ladislau Szomoru
d6927564ee Git - fix action button regression (#231108) (#234967) 2024-12-02 11:13:15 +01:00
Martin Aeschlimann
271571d80f Merge pull request #234620 from elias-pap/add-icon-for-vite-config
feat: add icon for Vite
2024-12-02 10:00:27 +01:00
Ladislau Szomoru
026a7b195c Git - add action button logging (#234939) 2024-12-01 09:54:53 +00:00
Ladislau Szomoru
efa1cffedd Git - remove history item ref actions until we finalize on the structure of the context menu (#234838) 2024-11-28 15:50:49 +01:00
Ladislau Szomoru
5f1b72a054 Git - fix #234800 (#234808)
* Git - fix #234800

* Fix compilation
2024-11-28 08:55:03 +01:00
Megan Rogge
0657feb3f6 fix more terminal completion issues (#234782) 2024-11-27 22:16:43 +00:00
Ladislau Szomoru
5a2d782244 SCM - set the foundation for history item ref actions (#234784)
* WIP - initial implementation

* Manually fix merge

* Figure out the correct way to pass action arguments

* Fix compilation error
2024-11-27 22:07:16 +00:00
Daniel Imms
02dd8489f1 Improve path separate support in windows cwd resolving 2024-11-27 12:32:45 -08:00
Daniel Imms
efdc3068be Test resolved cwd as well, fix logic to resolve the folder before last / 2024-11-27 12:13:45 -08:00
Daniel Imms
ce6edbd360 Remove TODO, in the extension resources can't be resolved 2024-11-27 11:36:00 -08:00
Daniel Imms
b3faa14b25 Improve structure of terminal suggest tests
Fixes #234777
2024-11-27 11:30:46 -08:00
Megan Rogge
bd9530171d add some more tests, fix terminal completion bug (#234696) 2024-11-27 19:01:06 +01:00
Don Jayamanne
008340a55c Ensure notebook execution count is cleared only when necessary (#234776) 2024-11-27 18:45:53 +01:00
Tyler James Leonhardt
893926f953 Always update refresh & sequencialize updates (#234716) 2024-11-27 05:38:53 -08:00
Ladislau Szomoru
2b1cfedf1e Git - more git blame code cleanup (#234739)
* Cleanup code

* Fix multi-file diff editor uri/title
2024-11-27 11:14:46 +01:00
notoriousmango
ea6463e38c rename 2024-11-27 17:25:41 +09:00
notoriousmango
0715a50f63 move openImage logic to command 2024-11-27 17:03:33 +09:00