We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed0ab4 commit 39456eaCopy full SHA for 39456ea
1 file changed
.vscode/searches/es6.code-search
@@ -79,8 +79,8 @@ src/vs/base/common/strings.ts:
79
170 */
80
171 export function endsWith(haystack: string, needle: string): boolean {
81
82
- 853
83
- 854 /**
84
- 855: * @deprecated ES6
85
- 856 */
86
- 857 export function repeat(s: string, count: number): string {
+ 861
+ 862 /**
+ 863: * @deprecated ES6
+ 864 */
+ 865 export function repeat(s: string, count: number): string {
0 commit comments