Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/monaco.d.ts')
-rw-r--r--src/vs/monaco.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vs/monaco.d.ts b/src/vs/monaco.d.ts
index 2259a4f522d..8736a56f0b9 100644
--- a/src/vs/monaco.d.ts
+++ b/src/vs/monaco.d.ts
@@ -2634,6 +2634,10 @@ declare namespace monaco.editor {
* New language
*/
readonly newLanguage: string;
+ /**
+ * Source of the call that caused the event.
+ */
+ readonly source: string;
}
/**