We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee32a28 commit 69a0dc5Copy full SHA for 69a0dc5
lua/copilot/workspace/utils.lua
@@ -34,7 +34,7 @@ function M.add_workspace_folder(folder_path)
34
end
35
36
37
- table.insert(workspace_folders, { folder_path })
+ table.insert(workspace_folders, folder_path)
38
config.workspace_folders = workspace_folders
39
40
local client = c.get()
0 commit comments