Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Kearl <jakearl@microsoft.com>2020-06-08 22:19:57 +0300
committerJackson Kearl <jakearl@microsoft.com>2020-06-08 22:19:57 +0300
commit39456ea09dd23f2ea203a326c0b04af5b12a3d50 (patch)
tree477afd6deb9ae5817d8960096822a87e5c329edf /.vscode/searches
parentbed0ab42c3005ed9846a28ffe5d5ae06bd0919f9 (diff)
Update line numbers
Diffstat (limited to '.vscode/searches')
-rw-r--r--.vscode/searches/es6.code-search10
1 files changed, 5 insertions, 5 deletions
diff --git a/.vscode/searches/es6.code-search b/.vscode/searches/es6.code-search
index 3a708a48798..c89264a3cfe 100644
--- a/.vscode/searches/es6.code-search
+++ b/.vscode/searches/es6.code-search
@@ -79,8 +79,8 @@ src/vs/base/common/strings.ts:
170 */
171 export function endsWith(haystack: string, needle: string): boolean {
- 853
- 854 /**
- 855: * @deprecated ES6
- 856 */
- 857 export function repeat(s: string, count: number): string {
+ 861
+ 862 /**
+ 863: * @deprecated ES6
+ 864 */
+ 865 export function repeat(s: string, count: number): string {