mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
fixed:generator method of class autocomplete causes star(*) to be added to next line
This commit is contained in:
@@ -235,6 +235,7 @@ export interface ISerializedIndentationRule {
|
||||
export interface ISerializedOnEnterRule {
|
||||
beforeText: ISerializedRegExp;
|
||||
afterText?: ISerializedRegExp;
|
||||
oneLineAboveText?: ISerializedRegExp;
|
||||
action: EnterAction;
|
||||
}
|
||||
export interface ISerializedLanguageConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user