new monaco.d.ts

This commit is contained in:
Johannes Rieken 2018-10-17 15:57:02 +02:00
parent 993787821f
commit f0101b07d4

3
src/vs/monaco.d.ts vendored
View file

@ -4702,7 +4702,8 @@ declare namespace monaco.languages {
export enum CompletionItemInsertTextRule {
/**
* Keep whitespace as-is
* Adjust whitespace/indentation of multiline insert texts to
* match the current line indentation.
*/
KeepWhitespace = 1,
/**