Commit Graph

37 Commits

Author SHA1 Message Date
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
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
375681e51e json: use default word pattern (#151754) 2022-06-13 14:36:42 +02: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
Benjamin Pasero
9a3bcbe4f7 editors - cleanup wording for editors/files with unsaved changes 2021-10-25 15:18:43 +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
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
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
Benjamin Pasero
cd0f833fe0 title - introduce remoteName as variable 2019-09-18 19:14:13 +02:00
Dipen Ved
b80da8bb5a Show the folder path a file is in, in title of the window (#66746)
* Add active folder feature

* use urilabel instead

* use resource instead of path

* show empty instead for activeFolderShort
2019-01-24 18:37:57 +01:00
Matt Bierner
86ceb0c84e Enable noUnusedParameters in configurationHelper 2018-10-01 16:01:28 -07:00
Martin Aeschlimann
6bfc7ee2b5 strange intellisense suggestion in settings.json. Fixes #41732 2018-01-26 17:27:57 +01:00
Sandeep Somavarapu
9772efe6bc Fix #39737 2017-12-06 15:34:45 +01:00
Sandeep Somavarapu
778152c86d Fix #21114 2017-11-15 19:14:04 +01:00
Matt Bierner
cd00b590a8 Enable strict in a few more extensions 2017-11-06 11:40:05 -08:00
Dániel Tar
e03163d9a8 Fix wrong placement of 'e.g.'s in the description of window.title setting (#35986)
* Fix wrong placement of 'e.g.'s in the description of `window.title` setting

* Fix the same error in configuration-editing
2017-10-11 10:02:55 +02:00
Benjamin Pasero
3dd4318683 Confusing explanation for activeEditorMedium in window.title setting (fixes #35534) 2017-10-04 12:05:52 +02:00
Benjamin Pasero
f14d6bb0a2 multi root - adopt for title bar variables 2017-06-21 09:02:16 +02:00
David Wilson
913651fd55 Centralize language mode enumeration in settings completion provider 2017-03-27 15:47:30 -07:00
David Wilson
dfa42afcb8 Add new "files.defaultLanguage" configuration setting
This change adds a new configuration setting that sets the default
language mode of new untitled files created with Ctrl+N
(workbench.action.files.newUntitledFile).  This activates the user's
desired language mode when a new untitled file is created.

Fixes #8729.
2017-03-26 11:03:56 -07:00
Benjamin Pasero
8e4e0a291a fix #21177 2017-02-23 15:56:58 +01:00
Benjamin Pasero
256d76fed7 Option to show project path in title bar (fixes #21002) 2017-02-22 07:48:32 +01:00
Sandeep Somavarapu
7b76b74e4c #20878 add string checks 2017-02-21 16:30:00 +01:00
Sandeep Somavarapu
6547ce09e8 #19149 Implement intellisense for language specific editor configurations in settings editor 2017-02-08 20:52:21 +01:00