Skip to content

Commit 22fa195

Browse files
committed
remove default code action
1 parent f91cb12 commit 22fa195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,13 +520,13 @@ export interface SyxConfigCompile {
520520
/**
521521
* An error that occured while tokenizing, parsing or compiling a file.
522522
* @author efekos
523-
* @version 1.0.3
523+
* @version 1.0.4
524524
* @since 0.0.1-alpha
525525
*/
526526
export class CompilerError extends Error {
527527
range: Range;
528528
file: string;
529-
actions: CodeAction[] = [{title:'Test Action',kind:CodeActionKind.QuickFix,command:{command:'vscode.editor.open',title:'Open'}}];
529+
actions: CodeAction[] = [];
530530

531531
/**
532532
* An error that occured while tokenizing a file.

0 commit comments

Comments
 (0)