Skip to content

Commit

Permalink
feat: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
hui2334387208 committed Dec 23, 2024
1 parent ae2366a commit 3651740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/vscode/typings/vscode.language.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ declare module 'vscode' {
* @param value A value to append 'as given'. The string will be escaped.
* @return This snippet string.
*/
appendText(string: string): SnippetString;
appendText(string: string): SnippetString;

/**
* Builder-function that appends a tabstop (`$1`, `$2` etc) to
Expand All @@ -2321,7 +2321,7 @@ declare module 'vscode' {
* value starting at 1.
* @return This snippet string.
*/
appendTabstop(number?: number): SnippetString;
appendTabstop(number?: number): SnippetString;

/**
* Builder-function that appends a placeholder (`${1:value}`) to
Expand Down

0 comments on commit 3651740

Please sign in to comment.