Whats the debug/ build process you use? #39
Replies: 3 comments 2 replies
-
I only use During development, I use the launch scripts designed for extension development. I don't use the debugger though, so there could certainly be something causing that to break. And since we moved from For reference: clicking the green icon here will launch a new vscode window that is connected to the extension development build. |
Beta Was this translation helpful? Give feedback.
-
Yea i'm not sure what's going on... i'm unable to continue development.. not sure what the need is for the all the file output changes and why your using vsce and ncc .. need to have a look. i dont feel we are doing anything fancy why change from the norm |
Beta Was this translation helpful? Give feedback.
-
Yes thats what I'm doing. I have had it working before.. not sure what's going on. Might be something I have changed but can't even see any errors
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Charlie Moog ***@***.***>
Sent: Saturday, April 2, 2022 11:28:26 PM
To: cmoog/vscode-sql-notebook ***@***.***>
Cc: Chris Rollings ***@***.***>; Author ***@***.***>
Subject: Re: [cmoog/vscode-sql-notebook] Whats the debug/ build process you use? (Discussion #39)
I only use npm run build as a sanity check to test before merging something substantial.
During development, I use the launch scripts<https://github.com/cmoog/vscode-sql-notebook/blob/master/.vscode/launch.json> designed for extension development. I don't use the debugger though, so there could certainly be something causing that to break.
For reference: clicking the green icon here will launch a new vscode window that is connected to the extension development build.
[Screen Shot 2022-04-02 at 5 26 53 PM]<https://user-images.githubusercontent.com/7585078/161403311-a92b1782-a705-45d7-aacd-692d985e891e.png>
—
Reply to this email directly, view it on GitHub<#39 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABOHIG4ENF7JQ2FY7SXYHATVDDCYVANCNFSM5SLZG6QA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
i have been struggling with building the app and getting break points to hit.. I'm thinking I'm doing something wrong.
What process do you use? do you run "npm run build" much?
thanks
Beta Was this translation helpful? Give feedback.
All reactions