Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into feat-generate_methods_using_codeaction
  • Loading branch information
sslime336 authored Mar 8, 2023
commit 672e67bb9353326a2c4b6ddc75ab7b8ad63a8941
2 changes: 2 additions & 0 deletions src/goMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ import { GoExtensionContext } from './context';
import * as commands from './commands';
import { toggleVulncheckCommandFactory, VulncheckOutputLinkProvider } from './goVulncheck';
import { MethodGenerationProvider, goGenerateMethod } from './goGenerateMethod';
import { GoTaskProvider } from './goTaskProvider';


const goCtx: GoExtensionContext = {};

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.