You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,21 @@
210
210
"type": "array",
211
211
"default": [],
212
212
"description": "Unix Remappings to resolve contracts to local Unix files / directories (Note this overrides the generic remapping settings if the OS is Unix based), i.e: [\"@openzeppelin/=/opt/lib/openzeppelin-contracts\",\"ds-test/=/opt/lib/ds-test/src/\"]"
213
+
},
214
+
"solidity.developmentEnvironment": {
215
+
"type": "string",
216
+
"description": "Sets the development environment for the project. This is used to perform environment specific commands (like testing) and to parse output from relevant tools.",
217
+
"enum": [
218
+
"",
219
+
"hardhat",
220
+
"forge"
221
+
],
222
+
"default": ""
223
+
},
224
+
"solidity.test.command": {
225
+
"type": "string",
226
+
"default": "",
227
+
"description": "Command to run to invoke tests"
213
228
}
214
229
}
215
230
},
@@ -330,6 +345,10 @@
330
345
{
331
346
"command": "solidity.changeDefaultCompilerType",
332
347
"title": "Solidity: Change the default workspace compiler to Remote, Local, NodeModule, Embedded"
0 commit comments