Commit Graph

278 Commits

Author SHA1 Message Date
Benjamin Pasero
70ecd26862 readonly - clarify how glob patterns match from settings 2023-05-11 20:58:13 +02:00
Benjamin Pasero
45b57b3137 Merge pull request #181708 from microsoft/ben/readonly-files
Allow to mark files as readonly (#4873)
2023-05-10 15:07:46 +02:00
Benjamin Pasero
2e671b3a29 UNC follow up changes (#181946)
* settings include update

* more cleanup
2023-05-09 22:02:51 +02:00
Sandeep Somavarapu
d4632bb740 unc - adopt setting and handling of allow list (#181916)
* unc - adopt setting and handling of allow list (#5)

* unc - adopt setting and handling of allow list

* unc - set allow list on server too

* unc - pick our patched node.js for now

* bump electron

* unc - ignore sync is not needed with machine scope

* unc - use process set directly

* 🆙 22.5.1

* fix compile

---------

Co-authored-by: Benjamin Pasero <Benjamin.Pasero@microsoft.com>
2023-05-09 19:52:08 +02:00
Benjamin Pasero
32baf39320 readonly - introduce settings, provide from files config service and adopt in working copies 2023-05-06 09:59:38 +02:00
Tyler James Leonhardt
6f9bd01ded Add setting description (#181277)
Could change in the future if we handle semantic similarity in core, but for now it's mentioned here.
2023-05-02 00:06:39 +02:00
SteVen Batten
87d5346c17 small typo (#175154) 2023-02-22 19:40:47 +01:00
FancyBanana
f6e10119eb Add a setting to configure centered layout fixed width (#167568)
* Added logic for togglable fixed width centered layout

* Added new config option for fixed width centered layout

* Connected CenteredViewLayout to the 'centeredViewFixedWidth' option

* CodeCleanup

* Fixed bug where proportional margins did not resize in sync, also simplified some code

* Removed Todo

* Moved the call to setFixedWidth as per suggestion

* registered the event listener for OptionsChanged

* small perf tweak

---------

Co-authored-by: Victor Harabari <victor.harabari@flir.net>
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2023-01-31 07:45:48 -08:00
Tyler James Leonhardt
fc4fba3d93 Initial cut of seeded command palette (#171293)
* Initial cut of seeded command palette

* hook up setting and product.json entry
2023-01-17 15:44:27 -08:00
Sandeep Somavarapu
5242d72ee5 add profile name to window title (#170504)
* add profile name to window title

* code review feedback
2023-01-04 10:09:06 +01:00
João Moreno
dfcf5c1528 move watermark shortcuts closer to letterpress (#170403)
* move watermark shortcuts closer to letterpress

fixes #59952

* fix layout in firefox
2023-01-02 17:23:45 +01:00
Daniel Imms
925b335bb9 Replace other non-hyphenated double-click cases
I used ^[^*\/\/]+double click to find the non-comment cases
2022-12-15 10:54:54 -08:00
Tyler James Leonhardt
4b454e885f Callout behavior of Ctrl (#168931)
Fixes #165471
2022-12-12 16:40:30 -08: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
Greg Van Liew
27a550f451 Settings description edits (#166315)
* Settings description edits

* Remove unnecessary trailing line returns
2022-11-14 13:47:54 -08:00
SteVen Batten
3dc149ae65 improve title bar settings for web (#165068)
fixes #164768
2022-10-31 18:59:26 +01:00
Megan Rogge
6f7820c454 add accessibility setting tag (#163358) 2022-10-12 15:38:57 -07:00
Benjamin Pasero
b784e0514d Revert "perf - log slow running workbench contribs (#159656)" (#162312)
* Revert "perf - log slow running workbench contribs (#159656)"

This reverts commit b7d5b65a13.

* stop logging slownes

* still log perf but only running out of sources
2022-09-29 10:38:28 +02:00
Benjamin Pasero
b7d5b65a13 perf - log slow running workbench contribs (#159656) 2022-08-31 15:25:51 +02:00
Harald Kirschner
757479597c Enable exp for command center (#158851) 2022-08-23 08:32:38 +02:00
Matt Bierner
9cf2fabdd6 Rename editor.dropIntoEditor.enabled setting (#156381)
Fixes #156344
2022-07-27 06:44:44 +02:00
Matt Bierner
50056f3e78 Finalize drop into editor api (#155102)
Fixes #142990
Fixes #149779
2022-07-13 12:54:52 -07:00
Raymond Zhao
d5379b5e34 Fix more settings description setting links (#154383)
Ref #154317
2022-07-07 18:14:03 +00:00
isidor
cc2593c288 fixes #152430 2022-06-30 15:09:07 +02:00
David Dossett
f148d86fd2 Add "Do Not Disturb" Mode (#149645)
* Add mute icon to notification center toolbar

* Add placeholder mute method

* Add config service support

* Refactor mute toggle behavior

* More refactoring

* Add hack for switching actions on toggle

* Use do-not-disturb icons

* Update status bar icon

* Add comment for hack todo

* Add experimental tag

* Update setting name references

* Fix typo

* Update status bar icon and filter all errors

* Update icons

* Updates icon and toggle behavior

* Update codicons ttf

* cleanups

* Use UI state instead of setting

* Show window progress instead of notification

* Update Storage scopes

* Update Storage scopes

* Refactor to use NotificationService

* Minor fixes

* Update tests

* Address PR feedback

* Update tests

* 💄

* 💄

* zen - use dnd mode for filtering

* set filters right on startup

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-06-27 06:49:10 -07:00
Joyce Er
a6b2cf5d28 Debt - register setting from contribution file (#152996) 2022-06-23 16:49:49 +00:00
Joyce Er
f9d332c692 Document experimental setting, sessionSync -> editSessions (#152808) 2022-06-21 16:24:25 -07:00
Benjamin Pasero
54003f85ad debt - cleanup config migration (#152425) 2022-06-17 09:40:36 +02:00
Johannes Rieken
5bc1661bc4 remove experimental from command center setting, https://github.com/microsoft/vscode/issues/149445 (#151717) 2022-06-10 13:59:23 +02:00
Johannes
67c79ededd clarify when/how setting is effective 2022-05-24 12:57:38 +02:00
Johannes
957a9dc194 rename titleMenu to commandCenter
This changes hows types and variables are called but also theme colors and the setting name are changing
2022-05-24 12:53:25 +02:00
Jackson Kearl
c652a2d041 Improve notebook language detection CPU (#148761)
* Default to only show language detection hints in text editors (#148663)

* Default to only show language detection hints in text editors
Fixes https://github.com/microsoft/vscode/issues/148220

* Update to object-based config

* Clarify type of untitled editor

* Limit detection to modified cells, once per second

* Re-enable in notebooks
2022-05-05 10:44:59 -07:00
Sandeep Somavarapu
ba2569ee4c - introduce configuration migration util
- adopt in editor and search land
2022-05-04 21:04:18 +02:00
Johannes
6b619b031a rename setting to window.experimental.titleMenu 2022-05-02 11:15:30 +02:00
Johannes
cb0d7ad987 Add a title menu which sits at the window title location, add special rendering for quick pick action 2022-04-29 16:42:40 +02:00
Jackson Kearl
bd95a8d451 Implement language detection for notebook cells (#147537)
* Implement language detection for notebook cells

* Add lightbulb for normal text editors as well
Clean up mapping of language id's in neural model
Add config to opt out of language detection hints
2022-04-20 20:38:20 -07:00
Matt Bierner
800eec5645 Mark setting as experimental again
Will finalize along when we actually ship this api
2022-04-19 13:08:47 -07:00
Benjamin Pasero
1128bdab1b Support confirm before close/quit on desktop too (#147242)
* wip

* fix

* names

* settings desc

* go back to 1 setting

* .
2022-04-11 19:13:27 +02:00
Matt Bierner
5505b9f095 Move dropIntoEditor setting out of experimental and enable by default
For #142990
2022-04-04 15:56:30 -07:00
Keming Liang
5813dd830c Add a setting to ignore dirty tabs in workbench.editor.limit.value. (#144545)
* Add a setting to ignore dirty tabs in workbench.editor.limit.value.

* Add a setting to ignore dirty tabs in workbench.editor.limit.value.

* Update src/vs/workbench/browser/parts/editor/editorsObserver.ts

Co-authored-by: Kirill Dubovitskiy <kirill2003de@gmail.com>

* Modify variable name.

* update based on suggestions

* 💄

Co-authored-by: Kirill Dubovitskiy <kirill2003de@gmail.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-03-28 15:31:00 +02:00
SteVen Batten
5ecafcc861 deprecate experimental settings
refs #137633
2022-03-24 14:22:19 -07:00
SteVen Batten
a3b788ec02 more sidebar to side bar
refs #145863
2022-03-23 17:07:38 -07:00
SteVen Batten
f41aed3091 sidebar to side bar
fixes #145863
2022-03-23 17:06:36 -07:00
Benjamin Pasero
3d7f75de4c history - rename setting mergePeriod to mergeWindow 2022-03-23 08:03:55 +01:00
Jackson Kearl
3ce1a44b45 Add declared experimental setting for language detection preference 2022-03-21 14:56:40 -07:00
Benjamin Pasero
0f12306b19 history 💄 2022-03-20 13:48:48 +01:00
Benjamin Pasero
d0f7122bb9 Revert "history - aggregate items of same source (#145294)"
This reverts commit b53e5236f8.
2022-03-20 13:47:10 +01:00
Benjamin Pasero
b53e5236f8 history - aggregate items of same source (#145294) 2022-03-20 10:08:29 +01:00
Benjamin Pasero
8489d61647 history - add mergePeriod setting to merge entries 2022-03-19 10:19:01 +01:00
Benjamin Pasero
10ed93e000 history - introduce a setting to exclude file patterns 2022-03-19 09:14:05 +01:00