Skip to content

Commit a4316c0

Browse files
committed
Update to VS Code engine 0.10.10
1 parent 951c88a commit a4316c0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {
8-
"vscode": "^0.10.8"
8+
"vscode": "^0.10.10"
99
},
1010
"license": "SEE LICENSE IN LICENSE.txt",
1111
"homepage": "https://github.com/PowerShell/vscode-powershell/blob/master/README.md",

src/main.ts

-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ export function activate(context: vscode.ExtensionContext): void {
4646
],
4747

4848
__electricCharacterSupport: {
49-
brackets: [
50-
{ tokenType: 'delimiter.curly.ts', open: '{', close: '}', isElectric: true },
51-
{ tokenType: 'delimiter.square.ts', open: '[', close: ']', isElectric: true },
52-
{ tokenType: 'delimiter.paren.ts', open: '(', close: ')', isElectric: true }
53-
],
5449
docComment: { scope: 'comment.documentation', open: '/**', lineStart: ' * ', close: ' */' }
5550
},
5651

0 commit comments

Comments
 (0)