mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -275,7 +275,7 @@ suite('ExtHostLanguageFeatureCommands', function () {
|
||||
|
||||
await rpcProtocol.sync();
|
||||
|
||||
const data = await commands.executeCommand<{ range: vscode.Range, placeholder: string }>('vscode.prepareRename', model.uri, new types.Position(0, 12));
|
||||
const data = await commands.executeCommand<{ range: vscode.Range; placeholder: string }>('vscode.prepareRename', model.uri, new types.Position(0, 12));
|
||||
|
||||
assert.ok(data);
|
||||
assert.strictEqual(data.placeholder, 'foooPlaceholder');
|
||||
|
||||
Reference in New Issue
Block a user