Commit Graph

25 Commits

Author SHA1 Message Date
Logan Ramos
2d32e4041e Refactor telemetry appenders to reduce duplicated code (#152877)
* Reactor telemetry appenders to reduce duplicated code

* Update tsconfig

* Do not use Object.create(null) because we need object.hasOwnProperty
2022-06-22 18:25:00 -04:00
Logan Ramos
e8f28ac3ac Refactor location of web app insights appender (#152358)
* Refactor location of web app insights appender

* Play around with eslintrc

* Eslint json update

* Try and fix monaco editor check

* Remove extra trailing comma
2022-06-16 18:26:06 +00:00
Alexandru Dima
d132489cd0 Bring the css loader plugin into our sources (#152205) 2022-06-15 16:53:02 +02:00
Matt Bierner
116c10e0ee Add drop into editor option (#147049)
* Add drop into editor option

This change adds a new `enableDropIntoEditor` editor option that enables/disables dropping an extermal resources into an editor

Previously this option was exposed `IEditorConstructionOptions`, however this did not correctly disable drop into editor when dragging and dropping unknown types (such as dragging emoji from the MacOS emoji panel)

With this change, disabling `workbench.editor.dropIntoEditor.enabled` should fully disable the new drop into behavior

* Move drop into editor from workbench to editor

This moves the `dropIntoEditorContribution` from the workbench layer to the platform layer

As part of this change, I also add to move `extractEditorsDropData` up to `platform` so that it could be used from the `editor` layer

This change also enables drop into for the SCM message box

* Fixing monaco errors

* Revert id change
2022-05-17 11:35:04 -07:00
Benjamin Pasero
7b25ec7a6c no country for old standards 2022-02-09 08:44:38 +01:00
Logan Ramos
78ea034530 Initial assignment service work (#136238)
* Initial assignment service work

* Modify useragent for experiment

* minor refactor

* remove extraneous comment

Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2021-11-01 15:35:12 -04:00
João Moreno
a09354329b exclude htmlfsp from monaco 2021-04-20 07:34:35 +02:00
Johannes Rieken
99f0021828 add trusted-types to monaco compile 2020-10-05 16:59:43 +02:00
Benjamin Pasero
f922e8b757 debt - remove lib.array-ext.d.ts and support Array.includes (fix #102566) (#105404) 2020-08-26 13:07:30 +02:00
Benjamin Pasero
f28dbf7cfc old tree - off with it's head 2020-03-26 14:06:25 +01:00
Benjamin Pasero
f6fba38e9a quick access - first cut old quick open removal 2020-03-26 11:20:26 +01:00
Johannes Rieken
1bccecab0a remove more files from typings for which we have lib.*.d.ts files 2020-03-02 14:36:25 +01:00
Johannes Rieken
1da42812e8 remove custom d.ts-files, update tsconfig-files, fix new compile errors 2020-02-14 11:27:45 +01:00
Johannes Rieken
cd3c6f5475 fix monaco compile 2019-11-07 10:56:10 +01:00
Daniel Imms
96be6fd212 Make monaco includes consistent 2019-08-13 09:46:26 -07:00
Peng Lyu
b72fba1a56 Fix Monaco compilation (#73243)
* Fix Monaco tsconfig parsing failure and Monaco compilation.
2019-05-03 10:59:50 -07:00
Johannes Rieken
aca1494c4e align monaco compiler settings 2019-04-12 10:15:11 +02:00
Alex Dima
02b8857896 Fix monaco compilation 2019-03-25 18:46:22 +01:00
Alex Dima
29a4c6da20 Exclude buffer.ts from the monaco compilation 2019-03-22 21:27:21 +01:00
Johannes Rieken
d9fb145891 expose Promise#finally to standalone editor, #67027 2019-01-24 08:02:30 -08:00
Matt Bierner
9375a38648 Fixing editor-distro compile error
Fixes #61741
2018-10-24 22:53:33 -07:00
Matt Bierner
45d48f350e Fixing monaco build errors related to require 2018-10-03 14:39:58 -07:00
Tony Collen
8ee4aba28b Switch all schemastore.org URLs to use SSL. (#40737)
References SchemaStore/schemastore#12
2018-01-02 11:36:21 -07:00
Johannes Rieken
207a5e4c5d set noEmit on tsconfig.monaco 2017-11-09 10:07:02 +01:00
Johannes Rieken
b88112d7cb rename tsconfig-file 2017-11-08 10:04:29 +01:00