MVVS: MV Basic for Visual Studio

 View Only
Expand all | Collapse all

System requirements to use VS Code

  • 1.  System requirements to use VS Code

    Posted 11-17-2021 11:55
    Hello!
    What are the system requirements to use VS Code? I do not think I can install it since we use Unidata on HPUX , see Restriction from the Rocket website.  

    Restriction

    Currently, the extension can only be used to edit BASIC program files on the machine where the VS Code installed, it does not support editing BASIC program files on remote servers directly.



    -Peter G

    ------------------------------
    Peter Gonzalez
    programmer
    Self Registered
    University City MO US
    ------------------------------


  • 2.  RE: System requirements to use VS Code

    PARTNER
    Posted 11-17-2021 12:28
    hi Peter,

    Actually, you must sync your code locally, I suggest you read my post about vscode & sftp  you can install ssh/sftp on your server. 
    The extension works correctly with any UV via uoj to check VOC/CATALOG/...
    I suggest you set locally a git then you can rollback easilly. 

    I hope this help.



    ------------------------------
    Manu Fernandes
    ------------------------------



  • 3.  RE: System requirements to use VS Code

    ROCKETEER
    Posted 11-26-2021 05:00
    Edited by Christian Bristow 11-26-2021 05:01
    Hi Peter,
    I just thought I would follow up on this too. You could alternatively share your UniData account on HP with samba and then mount the drive in Windows. When using sftp or mounted drive approach you must use the real UNIX path when it comes to compiling in the extension as it's a separate unirpc connection to the UniData server.

    ------------------------------
    Christian Bristow
    TSE
    Rocket Software Inc
    ------------------------------



  • 4.  RE: System requirements to use VS Code

    Posted 12-03-2021 19:37
    evenin' folks!

    has anyone successfully configured VS in a D3 environment?

    thanks,

    ~doc

    ------------------------------
    Danny Ruckel
    IT guy
    Southwest Traders
    CA US
    ------------------------------



  • 5.  RE: System requirements to use VS Code

    PARTNER
    Posted 12-04-2021 04:18
    Hi

    Yes but No. 

    I use a basic to sync my sources to a external directory and then edit the code with VS.
    I can only use the disconnected mode of the Rocket's ext.  and d3 (non uv) functions /statement are not recognized.

    ------------------------------
    Manu Fernandes
    ------------------------------



  • 6.  RE: System requirements to use VS Code

    Posted 12-06-2021 09:49
    Thank you kindly for the response, Manu, much appreciated!

    ~Doc




  • 7.  RE: System requirements to use VS Code

    ROCKETEER
    Posted 12-06-2021 04:54
    Hi Danny,
    The official support for D3 is likely for the v2.1.0 released in 2022. See:
    https://community.rocketsoftware.com/viewdocument/mv-basic-for-vs-code-roadmap

    You might be able to review D3 BASIC code through a UniVerse enabled extension start but certainly no compilation as this requires a unirpc connection under the covers. As Mr. Manu Fernandes mentioned the BASIC syntax interpretation will not be 100% correct for D3 (non-uv and non-udt) at the moment.



    ------------------------------
    Christian Bristow
    TSE
    Rocket Software Inc
    ------------------------------



  • 8.  RE: System requirements to use VS Code

    Posted 12-06-2021 17:54
    Thank you kindly for the reply Christian...

    ~Doc




  • 9.  RE: System requirements to use VS Code

    PARTNER
    Posted 12-07-2021 08:51

    Hello,

     

    AccuTerm (currently Rocket product) offered connection to VSC. They had two options for connecting. I don't remember the first option as I couldn't get it to work. 😊

    The second option was to use VSC just like you would use the WED editor from AccuTerm.  That option worked. We provide systems for both D3 and mvBase and it did work for both.

    The problem I encountered was the number of programs and number of files we have on our system.  Opening files (browsing) took too long for me and I kept using WED instead.  If your system is smaller, you may want to give it a try.

     



    ------------------------------
    Chris Wolcz
    Senior Software Developer
    Execontrol Global Solutions
    Clifton Park NY US
    ------------------------------



  • 10.  RE: System requirements to use VS Code

    Posted 12-07-2021 09:42
    Hey Chris,

    thanks for taking the time to reply. appreciate the insights. what do your consider small versus large?

    ~Doc




  • 11.  RE: System requirements to use VS Code

    PARTNER
    Posted 12-07-2021 10:02
    Hello,

     It has been a few years ago, so things may have changed. The 500 number comes to mind.

    ------------------------------
    Chris Wolcz
    Senior Software Developer
    Execontrol Global Solutions
    Clifton Park NY US
    ------------------------------



  • 12.  RE: System requirements to use VS Code

    Posted 12-07-2021 10:15
    yeah, we are about a quarter of that...




  • 13.  RE: System requirements to use VS Code

    ROCKETEER
    Posted 12-07-2021 10:23
    Chris, I believe the team behind Accuterm have a different VS Code extension from the one on this thread. Danny, it may be worth dropping a mail to support@rocketsoftware.com in relation to Accuterm and their VS Code interaction for any documentation they may have on this.

    ------------------------------
    Christian Bristow
    TSE
    Rocket Software Inc
    ------------------------------



  • 14.  RE: System requirements to use VS Code

    Posted 12-07-2021 10:41
    Can you compile a Basic program with VS  and see any errors/warnings like if you were on ECL?  Does the ​compile take place within MV environment "ECL" or outside of the mv environment? 

    -Peter G​

    ------------------------------
    Peter Gonzalez
    programmer
    Self Registered
    University City MO US
    ------------------------------



  • 15.  RE: System requirements to use VS Code

    ROCKETEER
    Posted 12-07-2021 12:02
    Edited by Christian Bristow 12-07-2021 13:43
    If you have local code with local connection you will see a terminal tab with the compilation failure as with ECL. The compilation is via VS Code task implementation. If you ensure you are compiling in the real remote server account path it works the same as local compilation. However there's a current bug that may mislead your status if you don't use the real server path when connecting to MV server.

    ------------------------------
    Christian Bristow
    TSE
    Rocket Software Inc
    ------------------------------



  • 16.  RE: System requirements to use VS Code

    Posted 12-07-2021 17:54
    thank you christian!