<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VSCode integration issues in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9215872#M13053</link>
    <description>&lt;P&gt;We tried to reproduce the issues you mentioned with the code you shared but no luck so far. I understand you might not like it if I suggest you to install VSCode extension again but may be worth to try considering that you are stuck at the moment. This is the location where&amp;nbsp;~/.vscode/extensions are installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Delete all folders starting with name "ms-python-python".&lt;/P&gt;
&lt;P&gt;2. Launch Fusion and try to edit any script. This step will install latest version of this extension automatically.&lt;/P&gt;
&lt;P&gt;3. Now you need to downgrade to&amp;nbsp;2019.9.34911 version of extension because new version is not working correctly. How to downgrade to the old extension is shown in this video&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/api-debugger-doesn-t-work-after-oct-2019-update/m-p/9079067/highlight/true?attachment-id=795731" target="_blank"&gt;https://forums.autodesk.com/t5/fusion-360-api-and-scripts/api-debugger-doesn-t-work-after-oct-2019-update/m-p/9079067/highlight/true?attachment-id=795731&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If these steps did not help you then we can connect on zoom call if it works for you? I am working from India so let me know what is the best time to connect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Shyam Goyal&lt;/P&gt;</description>
    <pubDate>Sun, 22 Dec 2019 06:13:19 GMT</pubDate>
    <dc:creator>goyals</dc:creator>
    <dc:date>2019-12-22T06:13:19Z</dc:date>
    <item>
      <title>VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9197387#M13044</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The October update has certainly made the process of developing code less onerous, and I know that VSCode integration is still in its infancy and there are still some (very) rough edges - could you please add the following to your todo list (ideally, as a matter of urgency):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The run(context) function appears to be invoked after the application is manually shut down at the addIn dialog - this means that buttons/controls and any other feature initialized by run() always remain visible, even after shutting down the addIn.&lt;/LI&gt;&lt;LI&gt;I've regularly had synchronization issues between actual python files and those that appear to be created within Fusion 360 itself.&amp;nbsp; For example, I get an error message that something is awry on line xxx of module yyy.&amp;nbsp; I correct the error, save, disconnect, restart - and it's as if I hadn't done anything - same error.&amp;nbsp; I shut down the addIn from F360 - same again.&amp;nbsp; The only way to clear the issue is to restart F360!&lt;/LI&gt;&lt;LI&gt;I've had several occasions where the disconnect button has failed to disconnect VSCode - the button bar with the disconnect disappears and no way to reinstate it.&amp;nbsp; Attempting to invoke the debugger from the AddIn dialog results in the message that an attached debugger already exists - restarting F360 appears to be the only remedy.&lt;/LI&gt;&lt;LI&gt;Pressing disconnect and/or restart does not always restart the debugging process - occasionally it seems to hang up around the run/stop functions.&lt;/LI&gt;&lt;LI&gt;The indicator showing that an addIn is running is not always consistent with the state of the debugger&amp;nbsp; - I've regularly had the debugger running correctly only to find that when something has gone wrong - you can't actually stop the addIn from the addIn dialog, because the indicator isn't active.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It would be nice if you&amp;nbsp;had a way to force a hard reset from VSCode as a work around until you get the integration fixed - restarting F360 several times a day is a real pain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 23:22:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9197387#M13044</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2019-12-11T23:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9197620#M13045</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3042732"&gt;@pludikar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for reporting these issues. I am pretty sure run method is never called on add-in shutdown. My guess is that probably you need to explicitly clear controls in stop(context) method of add-in as it is shown in API samples here&amp;nbsp;&lt;A href="http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-" target="_blank"&gt;http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We will try to reproduce the VSCode issues mentioned in the list and get back to you.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 02:56:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9197620#M13045</guid>
      <dc:creator>goyals</dc:creator>
      <dc:date>2019-12-12T02:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9197655#M13046</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m very familiar with the stop(context) - when I put break points on the stop function and the run function, I see the stop activated, followed by deletion of controls, then the run function followed by the creation of the buttons that just got deleted. &amp;nbsp;This has been working perfectly for almost 2 years with spyder, but VSCode is exhibiting this now.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I haven’t found the exact steps to recreate most of the problems I outlined, but it happens regularly. I’ll try to recreate the problem with a simpler addIn script.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Another issue I forgot to mention is that I use the directory %appdata/autodesk/autodesk fusion 360/API/AddIns to develop my code ( as suggested in the user manual, under creating scripts and Add-Ins), but this is not inherently included in the pythonpath - which means that packages etc. are not recognized by python. &amp;nbsp;I have to put code into the script to ensure that the working directory is included - it should be unnecessary.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 03:26:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9197655#M13046</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2019-12-12T03:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9199049#M13047</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a simpler example and had no problems.&amp;nbsp; However the code I have is full of bugs and missing bits - I'm actually refactoring a version that was working, in order to add features to it. There's just under 2000 LOC in 7 or 8 files, 2 packages plus main, so not a minor undertaking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect that the debugger has issues with code that doesn't actually work - bizarre since that's when you want to use a debugger.&amp;nbsp; It's quite possible that there are unsatiated events or incorrectly attributed adsk calls which cause F360 to hiccup - when that happens the first thing to probably go wrong is the synchronization between F360 and the attached debug config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are interested,&amp;nbsp;&lt;A href="https://github.com/DVE2000/Dogbone/tree/refactoring---using-__hash__-as-an-inherent-mechanism+" target="_blank" rel="noopener"&gt;here&lt;/A&gt; is the code I presently have.&amp;nbsp; It's still a work in progress and definitely full of issues.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peter Ludikar&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 16:04:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9199049#M13047</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2019-12-12T16:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9201444#M13048</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if this is relevant, but there appears to be a lot a false positive exceptions when running with breakpoints triggered by "raised exceptions".&amp;nbsp; As a minimum, they emanate from the creation of event handlers during button/command creation.&amp;nbsp; In my case, commandEventHandler uses an overloaded notify method - and it's a technique that I inherited from the original code developer (Corey Schafer - who was one your employees at the time).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I break on raised exceptions - I get a report of attributes error.&amp;nbsp; If I run past the errors the control dialog works as expected.&amp;nbsp; However there may be some underlying issue that causes the VSCode debugger to lose sync that's not obvious.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 17:17:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9201444#M13048</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2019-12-13T17:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9202235#M13049</link>
      <description>&lt;P&gt;Thanks for doing this investigation. So far we are not able to reproduce the problem but we will again try based on the information provided by you.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 07:58:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9202235#M13049</guid>
      <dc:creator>goyals</dc:creator>
      <dc:date>2019-12-14T07:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9202696#M13050</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for letting me know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the raised errors comes from line 55 of core.py&lt;/P&gt;&lt;P&gt;The debugger shows that the parameters class_type and name are filled appropriately (afaik) - in this case &amp;lt;class CommandCreatedEventHandler&amp;gt;, and 'this', but&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;line 55 : class_type.__swig_getmethods__.get(name,&lt;/SPAN&gt;&lt;SPAN&gt;None&lt;/SPAN&gt;&lt;SPAN&gt;) returns None, which then raises an error on the next line.&amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'this' should have either been recognised or translated to a viable name, but it looks like VSCode integration has missed something.&amp;nbsp; It almost feels like one or more of the adsk libraries hasn't been found properly by VSC during runtime.&amp;nbsp; It's not the first time I've seen adsk go missing.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope that gives you some clues&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 14 Dec 2019 20:21:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9202696#M13050</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2019-12-14T20:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9203359#M13051</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I found a way to reproduce the issues - at least on my machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Start F360 - to get fresh initial conditions&lt;/LI&gt;&lt;LI&gt;Open AddIn dialog&lt;/LI&gt;&lt;LI&gt;select the AddInSample example&lt;/LI&gt;&lt;LI&gt;Start debug&lt;/LI&gt;&lt;LI&gt;Check 'Raised Exceptions' in the breakpoint menu&lt;/LI&gt;&lt;LI&gt;In VSC - start debugging&lt;/LI&gt;&lt;LI&gt;Click continue, and the resulting dialogs as many times as needed to get the application installed and running.&lt;/LI&gt;&lt;LI&gt;Click the control button to activate and start the addIn.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;At this stage everything should be working as expected.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Shut down the AddIn - disconnect and Shut down from the F360 AddIn dialog&lt;/LI&gt;&lt;LI&gt;In VSC create another file - say util.py&lt;/LI&gt;&lt;LI&gt;Move one of the defs (eg destroyObject)&amp;nbsp;from the main sample file to the new one&lt;/LI&gt;&lt;LI&gt;Add from util import destroyObject to the top of the main file&lt;/LI&gt;&lt;LI&gt;Start debugging&lt;/LI&gt;&lt;LI&gt;Click continue&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;It should throw an exception because it can't find util&lt;/LI&gt;&lt;LI&gt;change util to .util in the import&lt;/LI&gt;&lt;LI&gt;Try again&lt;/LI&gt;&lt;LI&gt;It will probably still be working at this stage&lt;/LI&gt;&lt;LI&gt;Next, move another def to util (eg commandControlByIdForPanel)&lt;/LI&gt;&lt;LI&gt;disconnect, stop addIn and restart&lt;/LI&gt;&lt;LI&gt;add&amp;nbsp;commandControlByIdForPanel to from 'util import&amp;nbsp;destroyObject'&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;debug - It'll throw an error looking for adsk&lt;/LI&gt;&lt;LI&gt;Add import adsk.core, adsk.fusion to util&lt;/LI&gt;&lt;LI&gt;and try again&lt;/LI&gt;&lt;LI&gt;Around this time my machine can't find the newly moved def in util - I suspect yours may not too.&amp;nbsp; However, if it still works try moving more defs to util - in particular, deliberately do not check that the move brought over all the necessary imports and use VSC to throw up what's missing (hopefully emulating a typical brute force debugging process)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It appears that the process causes F360 to lock into a version of the AddIn (and/or its dependent modules) and won't refresh on disconnect and stop/restart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you still can't reproduce this, then it could be something on my machine - although similar things have happened on two independent machines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 19:29:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9203359#M13051</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2019-12-15T19:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9212499#M13052</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you been able to reproduce this issue?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, whether it's something I've done (hopefully not likely), something wrong with the standard setup, or a bug, it results in VSC being totally unusable and has put a full stop on any progress with my add-In development.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very happy to work with you to help solve this issue - I have the time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 17:10:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9212499#M13052</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2019-12-19T17:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9215872#M13053</link>
      <description>&lt;P&gt;We tried to reproduce the issues you mentioned with the code you shared but no luck so far. I understand you might not like it if I suggest you to install VSCode extension again but may be worth to try considering that you are stuck at the moment. This is the location where&amp;nbsp;~/.vscode/extensions are installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Delete all folders starting with name "ms-python-python".&lt;/P&gt;
&lt;P&gt;2. Launch Fusion and try to edit any script. This step will install latest version of this extension automatically.&lt;/P&gt;
&lt;P&gt;3. Now you need to downgrade to&amp;nbsp;2019.9.34911 version of extension because new version is not working correctly. How to downgrade to the old extension is shown in this video&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/api-debugger-doesn-t-work-after-oct-2019-update/m-p/9079067/highlight/true?attachment-id=795731" target="_blank"&gt;https://forums.autodesk.com/t5/fusion-360-api-and-scripts/api-debugger-doesn-t-work-after-oct-2019-update/m-p/9079067/highlight/true?attachment-id=795731&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If these steps did not help you then we can connect on zoom call if it works for you? I am working from India so let me know what is the best time to connect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Shyam Goyal&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2019 06:13:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9215872#M13053</guid>
      <dc:creator>goyals</dc:creator>
      <dc:date>2019-12-22T06:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9216666#M13054</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Shyam,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I already had the&amp;nbsp;&amp;nbsp;2019.9.34911 version of VSC installed (In practice you can't actually open up VSC from fusion unless this version is active).&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm now back home on my main PC (I was working from my laptop before) and I am getting exactly the same problem.&amp;nbsp; I've now uninstalled&amp;nbsp;both VSC and deleted the extension folders ms-python-python*.&amp;nbsp; Both have been reinstalled and although it seems a bit more stable, I still do not get updated code reflected in the debugger (particularly when it's not in the main package).&amp;nbsp;I have Bitdefender AV and disabling that didn't seem to make any difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd be happy to connect on a zoom call.&amp;nbsp; I'm located in Toronto (Eastern Standard Time GMT/UTC -5) - perhaps you could PM me so we're not cluttering up this thread.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 02:47:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9216666#M13054</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2019-12-23T02:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9232181#M13055</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Shyam,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I think I found the main issue - I have a password manager (stickypassword) that appears to interfere with the event chain between VSC and F360.&amp;nbsp; This is common between all my computers, and hence the same behaviour.&amp;nbsp; As much as I love Stickypassword, it is particularly intrusive as it is aiming to provide a fully integrated password manager to ALL windows apps.&amp;nbsp; Once I added vscode to the ignore apps list, the disconnect and run/debug seems to behave as expected.&amp;nbsp; Previously, rerunning debug after disconnect would invoke the stop() event entrypoint, but wouldn't go beyond that - now it does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 00:39:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9232181#M13055</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2020-01-06T00:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode integration issues</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9239313#M13056</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Shyam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've had a chance to further test VSC without the StickyPassword App, and there is still a fundamental problem.&amp;nbsp; I put my Windows 10 into &lt;STRONG&gt;Safe Mode&lt;/STRONG&gt; to see if there were any other Apps that may be interfering but MOST of the issues I've reported have NOT gone away.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;StickPassword certainly interferes with the Event Queue between VSC and F360, but there continues to be other issues.&amp;nbsp; Mostly any changes to the files are NOT captured in the debug - as reported at the start of this thread, and one or two other occasions.&amp;nbsp; VSC still remains unusable for any meaningful development.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you PM me to setup a Zoom call - as you suggested before the Holidays.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 02:17:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/vscode-integration-issues/m-p/9239313#M13056</guid>
      <dc:creator>pludikar</dc:creator>
      <dc:date>2020-01-09T02:17:20Z</dc:date>
    </item>
  </channel>
</rss>

