Skip to content
Snippets Groups Projects
Commit b667155e authored by 最萌小汐's avatar 最萌小汐
Browse files

dont skip

parent 66cec50a
Branches
No related tags found
No related merge requests found
......@@ -8,10 +8,6 @@ local luaDebugs = {}
for _, vscodePath in ipairs {'.vscode', '.vscode-insiders'} do
local extensionPath = fs.path(os.getenv 'USERPROFILE' or '') / vscodePath / 'extensions'
log.debug('Search extensions at:', extensionPath:string())
if not fs.is_directory(extensionPath) then
log.debug('Extension path is not a directory.')
return
end
for path in extensionPath:list_directory() do
if fs.is_directory(path) then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment