martonsagi / al-object-designer

AL Object Designer for Dynamics 365 Business Central development
MIT License
39 stars 21 forks source link

Unable to install AL Object Designer on relatively fresh VS Code installation #87

Open MZwillus opened 3 years ago

MZwillus commented 3 years ago

Hi Developers,

unfortunately I am unable to install the extension via VS Code. I ran VS Code with elevated privileges as well.

Of course I tried searching the error message, though I don't find it quite helpful.

[2021-03-04 15:28:33.466] [renderer1] [error] EPERM: operation not permitted, rename 'c:\Users\mzw\.vscode\extensions\.martonsagi.al-object-designer-0.2.4' -> 'c:\Users\mzw\.vscode\extensions\martonsagi.al-object-designer-0.2.4': EPERM: EPERM: operation not permitted, rename 'c:\Users\mzw\.vscode\extensions\.martonsagi.al-object-designer-0.2.4' -> 'c:\Users\mzw\.vscode\extensions\martonsagi.al-object-designer-0.2.4'
    at i.rename (file:///C:/Users/mzw/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:49:13840)
    at async i.extractUserExtension (file:///C:/Users/mzw/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:49:11591)
    at async N.extractAndInstall (file:///C:/Users/mzw/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:49:27552)
    at async N.doInstallFromGallery (file:///C:/Users/mzw/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:49:24060)

Would love to hear from you Malte

dannoe commented 3 years ago

Can you check if you can manually create the following folder: c:\Users\mzw\.vscode\extensions\.martonsagi.al-object-designer-0.2.4 and then manually rename it to: c:\Users\mzw\.vscode\extensions\martonsagi.al-object-designer-0.2.4

MZwillus commented 3 years ago

Hi @dannoe, I was able to install it after I installed the AL Extension Pack by waldo. Maybe there are some dependencies?

Thanks Malte