提交 72e314b8 编写于 作者: J Johannes Rieken

tsfmt - extensions/configuration-editing

上级 8f143364
......@@ -6,7 +6,7 @@
'use strict';
import * as vscode from 'vscode';
import {getLocation} from 'jsonc-parser';
import { getLocation } from 'jsonc-parser';
export function activate(context) {
......@@ -15,7 +15,7 @@ export function activate(context) {
}
function registerKeybindingsCompletions() : vscode.Disposable {
function registerKeybindingsCompletions(): vscode.Disposable {
const commands = vscode.commands.getCommands(true);
return vscode.languages.registerCompletionItemProvider({ pattern: '**/keybindings.json' }, {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册