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
@@ -77,7 +78,7 @@ export async function downloadAndBuildParser(
77
78
78
79
if(dockerOk&&!emccOk){
79
80
voidvscode.window.showInformationMessage(
80
-
`tree-sitter requirement emcc not found, but docker was found and will be used. Note that using emcc is much faster, try installing if from: ${EMCC_INSTALL_URL}`
81
+
`tree-sitter requirement emcc not found, but docker was found and is being used. Note that using emcc is much faster, try installing if from: ${EMCC_INSTALL_URL}`
81
82
);
82
83
}elseif(!dockerOk&&!emccOk){
83
84
returnerr(
@@ -137,7 +138,7 @@ export async function downloadAndBuildParser(
0 commit comments