Skip to content

Commit

Permalink
Merge pull request #164 from kitagry/fix-some-params
Browse files Browse the repository at this point in the history
chore: update
  • Loading branch information
kitagry authored Sep 3, 2024
2 parents d6f7a9d + 6f7c6bb commit d4f8b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions langserver/initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ func (h *Handler) handleInitialize(ctx context.Context, conn *jsonrpc2.Conn, req
},
ExecuteCommandProvider: &lsp.ExecuteCommandOptions{
Commands: []string{
CommandExecuteQuery,
CommandListDatasets,
CommandListTables,
CommandListJobHistories,
},
},
},
Expand Down
1 change: 1 addition & 0 deletions langserver/internal/source/file/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func (a *Analyzer) AnalyzeStatement(rawText string, stmt ast.StatementNode, cata
zetasql.FeatureV11WithOnSubquery,
zetasql.FeatureV13Pivot,
zetasql.FeatureV13Unpivot,
zetasql.FeatureV13WithRecursive,
})
langOpt.SetSupportedStatementKinds([]rast.Kind{
rast.BeginStmt,
Expand Down

0 comments on commit d4f8b49

Please sign in to comment.