Thank you very much Yun, I downloaded the AL language extension v11 from you blog, and installed it, and it worked great, and I didn't get any error warning me that no platform 11 exists.
However, that was only part of my issue and the situation with the vscode extension hanging on 'Authentication...' kept being problematic, yet I've managed to find a solution for it on my own. I had to completely remove my VSCode installation, including all extensions and cache folders, and then reinstall it.
After this, I finally did get the popup in the bottom right asking me to copy paste the verification code.
So problem is solved
Hi, I downloaded it last week and put it on my blog, if you need it, you can download it directly.
https://yzhums.com/wp-content/uploads/2023/03/ALLanguage-v11.0.759316.7z
More details: https://yzhums.com/35016/
Thanks
ZHU
run powershell as administrator
run these commands:
Install the BcContainerHelper module -force
Get-BCArtifactUrl -storageAccount BcPublicPreview -country YOURCOUNTRYCODE -type Sandbox -select Latest
Download-Artifacts -artifactUrl (Get-BcArtifactUrl -storageAccount BcPublicPreview -country YOURCOUNTRYCODE -type sandbox) -includePlatform
replace YOURCOUNTRYCODE with your code (e.g. US , IT , DE etc....)
When completed, it will point to the folder where it has downloaded everything needed.
You will find the vsix file to install in Vscode in the folder :
C:\bcccartifacts.cache\sandbox\22.0.53722.0\platform\ModernDev\program files\Microsoft Dynamics NAV\220\AL Development Environment
symbols download correctly
if it helped you, please select this answer, thank you
Im not using a docker installation, im using a Microsoft environment hosted on businesscentral.dynamics.com/, a sandbox environment
you can find the vsix file from docker installation.
if you set the application, platform, version parameters to 1.0.0.0, it automatically tries to download the latest symbols version of the environment.
i think you have a problem because you don't get this error message, because precisely the updated vsix file (v11) is missing
this is my app.json
Installation folder? what installation folder?
Hi,
It can be found at this location of installation folder.
BC22.0.53250.0\platform\ModernDev\program files\Microsoft Dynamics NAV\220\AL Development Environment\ALLanguage.vsix
Yes, i managed to upgrade the environment just fine, and when navigating to the environment in a browser, by manually going to `businesscentral.dynamics.com/.../development` it worked fine
the issue is that I cant upload any extension, because I'm missing that vsix file, how do I download it?
I have installed using vsix file.
As suggested by gian cr please check if you are able to open v22 using webclient?
Here is my app.json and launch.json with sensitive information censorred:
launch.json:
{ "version": "0.2.0", "configurations": [ { "name": "Development", "type": "al", "request": "launch", "breakOnError": true, "launchBrowser": true, "enableLongRunningSqlStatements": true, "enableSqlInformationDebugger": true, "schemaUpdateMode": "ForceSync", "startupObjectType": "Page", "tenant": "", "environmentType": "Sandbox", "environmentName": "Development", } ] }
{ "id": "", "name": "", "publisher": "", "version": "21.4.2.0", "platform": "21.0.0.0", "application": "21.0.0.0", "idRanges": [ { "from": , "to": } ], "resourceExposurePolicy": {"allowDebugging": false, "allowDownloadingSource": false, "includeSourceInSymbolFile": false}, "runtime": "10.0", "features": [ "TranslationFile", "GenerateCaptions" ], "target": "Cloud" }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156