Commit Graph

122 Commits

Author SHA1 Message Date
Ladislau Szomoru
4d7c56ee82 Engineering - Add GitHub action for pull requests (#254056)
* Test - handle running tests as part of a GitHub action

* Add GitHub action files
2025-07-04 08:21:56 +00:00
Rob Lourens
920fbe590b Add fileDirnameBasename variable to launch.json completions (#245752)
Fix #245626
2025-04-05 07:10:43 +02:00
Megan Rogge
73b48e98f5 provide activeEditorState setting completion (#242216)
fixes #241880
2025-02-27 19:27:36 +01:00
Ladislau Szomoru
8e1f20cbea Workspace trust - remove unused code (#235676) 2024-12-09 21:54:30 +01:00
Benjamin Christopher Simmonds
0657184073 Custom Labels Enhancement (#208029)
* Custom Lables

* polish

* dirname(nth)

* fix test?

* cleanup and perf

* 💄

* 💄

* 💄

* expression is parsed when initialized

* readonly

* 💄

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2024-03-20 14:33:58 +01:00
Ladislau Szomoru
b05778eb90 Workbench - ability to contribute window title variables (#204538)
---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2024-02-07 12:41:17 -08:00
Charly
09f3bd5c0b Fix typo in configurationEditingMain.ts (#203970)
Removed the extra `an` in `The path where an an extension is installed`.
2024-02-01 16:24:18 +00:00
Alex Ross
86504b9c9c Add ${/} as a shorter alias for ${pathSeparator} predefined variable (#200750)
Fixes #180827
2023-12-13 17:04:54 +01:00
Andrew Hlynskyi
868757048d feat: Add resolving of "fileWorkspaceFolderBasename" variable 2023-03-31 23:25:34 +03:00
yiliang114
4065a16a41 fix: typos 2023-03-10 20:02:01 +08:00
Sandeep Somavarapu
5b02e68e42 fix profile import/export in web (#171753)
- move it to configuration-editing extension
2023-01-19 15:13:23 -08:00
Matt Bierner
57dd298b47 Add typings for test runner scripts (#169196) 2022-12-15 02:19:24 +01:00
N1kO23
9d1c2920c0 Added ${rootNameShort} formatting (#165744)
* Added ${rootNameShort} formatting

* Add unit tests for label that use rootNameShort

* move `Verbose` interface to a better location

* more support

* 💄

* fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-12-07 14:51:38 +01:00
Robert Jin
fbaacfb921 Add explorer.autorevealExclude setting (#136905)
* Add explorer.autorevealExclude setting

* Update setting name, only check sibling once

* linting

* Correct boolean order and add catch for force reveal

* Check for force instead of converting

* Do not make revealexcludes inherit from file.excludes

* Linting
2022-11-14 15:50:55 -05:00
Rob Lourens
6aa5ca4c28 Add launch/task variable completions to workspace file (#165842)
Fix #164728
2022-11-08 10:05:55 -08:00
Matt Bierner
2d8202551e Adopt l10n for configuration-editing (#165521)
For #164438
2022-11-04 10:46:09 -07:00
Martin Aeschlimann
28be5d9906 Configurations ${WorkSpace} autocomplete broken after update (#155713)
Configurations ${WorkSpace} autocomplete broken after update. Fixes #155638
2022-07-20 08:01:52 -04:00
Martin Aeschlimann
c46555d9c8 Tests for configuration editing completion providers (#151953)
tests for configuration editing completion providers
2022-06-14 09:08:27 +02:00
Martin Aeschlimann
375681e51e json: use default word pattern (#151754) 2022-06-13 14:36:42 +02:00
Connor Peet
0de44f9786 variables: allow resolving extensionDir (#146274)
* variables: allow resolving `extensionDir`

This allows us to fix https://github.com/microsoft/vscode-remote-release/issues/5516#issuecomment-911597917

It enables a new replacement in the format `${extensionDir:<id>}` which
will expand to the filesystem path where the extension is stored. This
involved churn, since now resolution is always synchronous (where before
the terminal took a synchronous-only path.)

Additionally, changes were needed to inject this information in the
variable resolver. As part of this I made the extension host resolver
(used by debug and tasks) its own extension host service.

* fixup! preserve object key order in resolution, add extensionDir support

* fixup! address pr comments

* fixup! address pr comments

* fixup! address pr comments

* config: fix config replacement only working for first variable per line

* fixup! fix unit tests
2022-04-07 08:06:31 -07:00
Johannes Rieken
4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Sandeep Somavarapu
5cbefa8178 #51935 suggestons for multi language identifiers 2021-11-16 23:07:10 +01:00
Johannes Rieken
68e819043c use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
Johannes Rieken
9254a8cd27 move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Benjamin Pasero
9a3bcbe4f7 editors - cleanup wording for editors/files with unsaved changes 2021-10-25 15:18:43 +02:00
Alex Ross
23e71e2bcc Add pathSeparator to configurationEditing
Fixes #128015
2021-07-06 09:52:35 +02:00
Alex Ross
6d66648c51 Add snippets for ports attributes to settings helper
Fixes #125081
2021-06-03 11:27:32 +02:00
Ladislau Szomoru
b7b095cdf6 Cleanup code 2021-05-02 09:42:27 +02:00
Ladislau Szomoru
0bc066daef Add extension support completion provider to core 2021-04-29 13:43:41 +02:00
Ladislau Szomoru
118c41150c Move extension settings for workspace trust 2021-04-23 15:09:27 +02:00
SteVen Batten
aec0921e5c first pass to update workspace trust to capabilities 2021-04-21 10:40:56 -07:00
Ladislau Szomoru
0c555419fe Extension workspace trust request using product/settings files (#121021)
* Extension workspace trust request using product/settings files
2021-04-13 08:17:48 +02:00
Johannes Rieken
44afa91ef6 also support when in viewsWelcome, https://github.com/microsoft/vscode/issues/9303 2021-02-25 13:03:26 +01:00
Johannes Rieken
9efc326b9b fix https://github.com/microsoft/vscode/issues/117594 2021-02-25 10:44:09 +01:00
Johannes Rieken
48d47c8715 support when suggestions for keybindings and views as well, fyi @bpasero 2021-02-24 16:15:28 +01:00
Johannes Rieken
79f90304be refine completion provider for context keys, https://github.com/microsoft/vscode/issues/9303 2021-02-17 15:21:45 +01:00
Johannes Rieken
13070015bd expose context key info command, add first version of completion item provider for package.json and keybindings.json files, https://github.com/microsoft/vscode/issues/9303 2021-02-17 11:52:28 +01:00
Sandeep Somavarapu
ab8c8dbd8e Fix #112030 2020-12-07 17:56:56 +01:00
Sandeep Somavarapu
530e947fe5 Fix #103970 2020-08-05 13:51:51 +02:00
Rob Lourens
518523fc7f let -> const, settings 2020-08-03 08:54:14 -07:00
Martin Aeschlimann
8e58baf50d configuration-editing serverless 2020-06-11 22:27:51 +02:00
Sandeep Somavarapu
00ad0a9372 Fix #90931 2020-02-19 13:39:19 +01:00
Sandeep Somavarapu
ff0de753f4 fix $90348 2020-02-11 09:13:03 +01:00
Benjamin Pasero
c4192e9bd3 change active-editor to ${activeEditorLanguage} (for #78903) 2020-01-06 15:25:29 +01:00
Benjamin Pasero
0fd2883856 Allow to configure "files.defaultLanguage" to use current language (fix #78903) 2020-01-06 10:21:05 +01:00
isidor
d5bc3ab7ee Remove gray attributes in launch.json since they are confusing
fixes #80026
2019-11-14 18:19:56 +01:00
Alex Ross
75e6fa0797 Add completion suggestion for defaultBuildTask
Fixes #81816
2019-10-02 15:42:16 +02:00
Benjamin Pasero
cd0f833fe0 title - introduce remoteName as variable 2019-09-18 19:14:13 +02:00
Andre Weinand
eeaffa91a3 add new variable ${relativeFileDirname}; fixes #77616 2019-07-19 11:29:39 +02:00
Rob Lourens
8bd5e2f93d Fix #71392 - remove autofixing commas in settings.json 2019-04-04 10:17:55 -07:00