We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf8052 commit 399283eCopy full SHA for 399283e
1 file changed
vscode/src/compile.ts
@@ -161,7 +161,7 @@ export function getSimcPath(): string {
161
}
162
163
throw new Error(
164
- "simc compiler not found. See https://github.com/BlockstreamResearch/simfony#installation " +
+ "simc compiler not found. See https://github.com/BlockstreamResearch/SimplicityHL#installation " +
165
"or set simplicityhl.compiler.path in settings."
166
);
167
0 commit comments