Hello Team,
Canton SDK : 3.4.10
Package Manager : dpm
IDE: VSCode
DAML Plugin for VSCode : Installed
Host : Mac M4
Proxy , NoProxy : Configured w/ lowercase (http_proxy, no_proxy)
Post installation of latest sdk3.4.10 , from curl https://get.digitalasset.com/install/install.sh
Tried launching a sample project using dpm studio .
No suggessions are being displayed and i can see below error in output β Daml Language Server section. And no linting , not able to run scripts through IDE because of this.
Can you please help ?
Can you confirm you have the current Daml VS Code extension?
Does the following work:
> cd temp
> dpm versions
* 3.4.10
> dpm new vscoding
> cd vscoding
> dpm studio .
Does the Script result appear for the above?
What if you try this instead:
dpm studio . --replace=always
Tried all the below steps:
Still its the same error, So tried setting debug true in .vscode/settings

I can see below error in verbose mode: Would this help?
Looks like other calls are resolved, while these arenβt.
[RESOLVED]
This was resolved post disabling system level proxy settings.
1 Like