gpt4 book ai didi

visual-studio-code - 找不到调试类型 'solidity' 的调试适配器描述符(扩展可能无法激活)

转载 作者:行者123 更新时间:2023-12-05 05:45:02 29 4
gpt4 key购买 nike

我正在尝试在 VScode 中运行一个简单的代码。

// SPDX-License-Identifier: UNLICENSED

pragma solidity ^0.8.0;

import "hardhat/console.sol";

contract WavePortal {
constructor() {
console.log("Yo yo, I am a contract and I am smart");
}
}

当我尝试编译代码时,它显示了以下错误

Click to open the error

这是我的 launch.json

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "solidityMeadow",
"request": "launch",
"name": "Debug Solidity (via unit test run)"
},
{
"type": "solidity",
"request": "launch",
"name": "Debug Solidity (via contract entry point)"
},
{
"type": "solidity",
"request": "launch",
"name": "Debug Solidity"
}
]
}

最佳答案

尝试重新安装您的扩展程序。这是一个已知错误。在上次 VSCode 升级后发生。

关于visual-studio-code - 找不到调试类型 'solidity' 的调试适配器描述符(扩展可能无法激活),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71477536/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com