Skip to content

Commit

Permalink
WIP: Snippet edit feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Solano committed Oct 26, 2023
1 parent 8428531 commit e489b0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Empty file.
7 changes: 7 additions & 0 deletions protocol/src/common/snippetEdit.proposed.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { TextEdit } from 'vscode-languageserver-types';

/**
* @since 3.18.0
* @proposed
*/
export interface SnippetTextEdit extends TextEdit {}
Empty file.

0 comments on commit e489b0a

Please sign in to comment.