vscode/build
SteVen Batten afd102cbd2
Trusted Workspaces Feature Branch Merge (#115961)
* draft trusted workspace service / model

* renaming

* add request model and action

* err fix

* add request handlers with mock actions

* some quick fixes

* adding badge icon to activity bar gear

* Add Statusbar item to indicate trust

* Cleanup code

* Add background color

* Use theme color for the status background color

* adding basic editing experience

* observe trust with startup tasks

* Extension enablement

* Add capability to provide a custom message

* Remove old actions

* explorer: if you can not undo, pass undo to editor

fixes #111630

* Remove plug icon from ports view
Part of https://github.com/microsoft/vscode-internalbacklog/issues/1689

* Fixed compilation error

* Handle extension uninstall

* Handle extension install

* Ability to prompt when state is untrusted

* Do not change state is the modal dialog is dismissed or the Cancel button is pressed

* Refactored enablement code

* Prompt when installing from VSIX

* Prompt when installing from the Gallery

* Move file into the browser folder

* fixes and polish

* restructure workspace contributions

* restructure actions and use confirmations

* Initial draft of the proposed APIs

* Added stubs for the proposed api

* Trusted Workspace proposed API

* Fix a regression introduced by merge

* status bar indicator improvements

* remove helper command as we now have hooks

* verbose messaging for the immediate request

* add indication to global activity icon of pending request

* try personal title

* Add configuration setting

* Add additional extension actions

* Fix contributions

* Removed context key that is not needed

* Fixed issue with the dialog

* Reduce arbitrary event limiter from 16ms down to 4.16666 (support for monitors up-to 240hz) #107016

* Fixes #115221: update emoji tests

* Give a higher priority to language configuration set via API call (#114684)

* debug console menu action polish

* Avoid the CSS general sibling combinator ~ for perf reasons

* more notebook todos

* Use label as tooltip fallback properly
Part of #115337

* Fixes microsoft/monaco-editor#2329: Move `registerThemingParticipant` call to `/editor/`

* Fix port label not always getting set
Part of microsoft/vscode-remote-release#4364

* simplify map creation, fyi @bpasero

* Fix #114432: Multiple save dialogs appearing on Windows if Ctrl+S is pressed multiple times (#114450)

* fix multiple save dialogs appearing on Windows when spamming Ctrl+S

* remove old fix and instead keep track of windows with open dialogs in the dialogMainService

* keep initialisation of activeWindowDialogs in constructor

* remove unused variable

* some changes

* queue dialogs based on hash of options

* simplify structure, fix comment typo

* Apply suggestions from code review

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

* remove unnecessary async/await for aquireFileDialogLock method

* don't acquire file dialog lock for message boxes

* use MessageBoxReturnValue | SaveDialogReturnValue | OpenDialogReturnValue instead of any type for getWindowDialogQueue

* Apply suggestions from code review

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

* 💄 dialog main service locks

* debt - adopt some ? operator

* Better hiding of custom hover in icon label

* Limit to 8ms (120fps)

* more API todos for notebooks

* 💄

* Update grammars

* chore - group notebook specific api proposals together

* added unreleased fixes to endgame notebook

* Add changes back to the modal dialog

* Add back the workspace trust proposed APIs

* Adjust dialog buttons

* Standardize on WorkspaceTrust name across interfaces, classes, variables

* Renamed some of the missing keys

* Add TestWorkspaceTrust stub and fix failing tests

* Add requiresWorkspaceTrust property to fix test failure

* remove notebook change

Co-authored-by: Ladislau Szomoru <lszomoru@microsoft.com>
Co-authored-by: isidor <inikolic@microsoft.com>
Co-authored-by: Alex Ross <alros@microsoft.com>
Co-authored-by: TacticalDan <gorksorf@gmail.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
Co-authored-by: Johannes Rieken <johannes.rieken@gmail.com>
Co-authored-by: Cameron <cameron532@gmail.com>
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2021-02-06 00:38:32 -08:00
..
azure-pipelines Merge branch 'sandy081/smoketests/remote' 2021-02-04 20:49:47 +01:00
builtin fix --builtin 2021-01-13 10:48:04 +01:00
darwin fix: disable rosetta option for universal build (#115280) 2021-01-27 20:34:19 -08:00
lib Trusted Workspaces Feature Branch Merge (#115961) 2021-02-06 00:38:32 -08:00
monaco update version 2021-01-29 00:00:24 +01:00
npm fix update-grammars script 2021-02-02 12:30:08 +01:00
polyfills move polyfills to build/polyfills 2020-06-11 21:54:43 +02:00
win32 Add icon in Windows explorer window (#86283) 2020-11-04 15:17:50 +01:00
.cachesalt Squashed commit of the following: 2021-01-28 14:07:49 +01:00
.gitattributes force .exe, .dll as binary to fix CRLF/LF problems (#107862) 2020-10-01 10:17:49 +02:00
.moduleignore Merge .nativeignore and .moduleignore. Fixes #111220 2020-11-24 14:19:23 +01:00
.webignore build: improve ignores in node_modules 2020-10-25 23:27:20 +01:00
eslint.js isolate eslint from hygiene 2021-01-07 09:15:05 +01:00
filters.js adopt built-in extensions 2021-02-01 14:29:07 +01:00
gulpfile.compile.js 💄 2021-01-06 20:36:22 +01:00
gulpfile.editor.js Load expensive node modules lazily 2020-12-22 19:55:56 +01:00
gulpfile.extensions.js Move onEnterRules to language-configuration.json 2021-01-20 12:20:27 +01:00
gulpfile.hygiene.js isolate eslint from hygiene 2021-01-07 09:15:05 +01:00
gulpfile.js Move actual gulpfile logic to /build/ 2020-12-14 14:24:34 +01:00
gulpfile.reh.js Use x64 node for darwin-arm64. Fixes #115009 2021-01-27 16:49:16 +01:00
gulpfile.vscode.js move build/dependencies.js to typescript 2021-01-21 09:32:06 +01:00
gulpfile.vscode.linux.js Migrate to new deb repo (#114527) 2021-01-18 14:43:24 +01:00
gulpfile.vscode.web.js web - get product config through build and not via API 2019-09-11 13:49:06 +02:00
gulpfile.vscode.win32.js ESRP Cert (#108366) 2020-10-13 15:56:16 +02:00
hygiene.js Fix precommit hook on Windows 2021-01-25 17:46:09 +01:00
jsconfig.json Adding some typings in npm scripts 2018-10-15 17:39:33 -07:00
package.json fix hygiene 2021-02-02 14:30:46 +01:00
tsconfig.build.json enable checkJS 2018-02-01 14:39:12 +01:00
tsconfig.json Forces LF line endings, since we check in these 2020-07-31 00:38:48 -04:00
yarn.lock fix hygiene 2021-02-02 14:30:46 +01:00