Hi , when i run vsce package the .VSIX file is generated in root folder. how can i change this path to some output/ build/dist folder ?
vsce package
found it myself !
vsce package --out "pathToFolder"
Most helpful comment
found it myself !
vsce package --out "pathToFolder"