我正在为DSL创建扩展。我已经按照有关developing extentions的说明进行操作,但是当我按F5键对其进行测试时,收到一条错误消息:激活扩展名'ampersandtarski.language-ampersand'失败:
this is how the error message looks that I keep getting
如果您需要帮助,扩展代码位于github
谢谢!
答案 0 :(得分:0)
问题是您尝试使用self.navigationController?.popViewController(animated: true)
命令检索LanguageConfiguration
。此命令指的是用户或工作区设置。如果您确实想贡献用户设置,请查看this docs。
但是目前不可能获得vscode.workspace.getConfiguration
。跟踪相应的功能请求here。