SunreshThis is simple but helpful. I am creating this extension through my holiday. Please help me to improve and add more features. Testingsudo apt install nodejs npm -y sudo npm install -g yo generator-code npm install -g @vscode/vsce npm install -g typescript vsce package Remove-Item "$env:APPDATA\npm\vsce*" -Force Remove-Item "$env:APPDATA\npm\node_modules@vscode\vsce" -Recurse -Force npm install --save-dev @types/vscode@1.74.0 npm run compile npm install -g @vscode/vsce |