mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:24:47 +00:00
no more 'use strict'
This commit is contained in:
parent
5ee2317b88
commit
ffcd4f5f9c
1 changed files with 2 additions and 21 deletions
23
.vscode/shared.code-snippets
vendored
23
.vscode/shared.code-snippets
vendored
|
@ -5,8 +5,8 @@
|
|||
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
|
||||
// Placeholders with the same ids are connected.
|
||||
// Example:
|
||||
"JavaScript, TypeScript Copyright Header": {
|
||||
"scope": "javascript,typescript",
|
||||
"MSFT Copyright Header": {
|
||||
"scope": "javascript,typescript,css",
|
||||
"prefix": [
|
||||
"header",
|
||||
"stub",
|
||||
|
@ -18,8 +18,6 @@
|
|||
" * Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
" *--------------------------------------------------------------------------------------------*/",
|
||||
"",
|
||||
"'use strict';",
|
||||
"",
|
||||
"$0"
|
||||
],
|
||||
"description": "Insert Copyright Statement"
|
||||
|
@ -36,22 +34,5 @@
|
|||
"private _onDid$1 = new Emitter<$2>();",
|
||||
"readonly onDid$1: Event<$2> = this._onDid$1.event;"
|
||||
],
|
||||
},
|
||||
"CSS Copyright Header": {
|
||||
"scope": "css",
|
||||
"prefix": [
|
||||
"header",
|
||||
"stub",
|
||||
"copyright"
|
||||
],
|
||||
"body": [
|
||||
"/*---------------------------------------------------------------------------------------------",
|
||||
" * Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
" * Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
" *--------------------------------------------------------------------------------------------*/",
|
||||
"",
|
||||
"$0"
|
||||
],
|
||||
"description": "Insert Copyright Statement"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue