Skip to content

Commit

Permalink
look for quarto in app root
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers authored and jjallaire committed Aug 6, 2024
1 parent b3619cb commit 204ec7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/vscode/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export async function activate(context: vscode.ExtensionContext) {
const quartoContext = initQuartoContext(
quartoPath,
workspaceFolder,
// Look for quarto in the app root; this is where Positron installs it
[path.join(vscode.env.appRoot, 'quarto', 'bin')],
vscode.window.showWarningMessage
);
if (quartoContext.available) {
Expand Down

0 comments on commit 204ec7b

Please sign in to comment.