ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Visual Studio Code (free and open source)

    IT Discussion
    7
    27
    2.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dafyreD
      dafyre @scottalanmiller
      last edited by dafyre

      @scottalanmiller said in Visual Studio Code (free and open source):

      @dafyre said in Visual Studio Code (free and open source):

      Is there any way to have Atom launch Powershell in an external window?

      I've found several that will use the built-in "terminal" but that simply does not work for what I need.

      No idea. Why do you want to do that? What's the use case?

      Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

      Edit: I did find a package that works though... it's called run-in-terminal.

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • dafyreD
        dafyre @stacksofplates
        last edited by

        @stacksofplates said in Visual Studio Code (free and open source):

        @fuznutz04 said in Visual Studio Code (free and open source):

        I've been using Brackets on both my Macbook and my Windows box. How does Atom and VS Code compare? Worth switching?

        I didn't think Brackets did anything except for HTML/CSS/JS. Atom and VS Code do many other languages.

        Brackets does really well with HTML, CSS, JS, and markdown, in my experience.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @dafyre
          last edited by

          @dafyre said in Visual Studio Code (free and open source):

          @scottalanmiller said in Visual Studio Code (free and open source):

          @dafyre said in Visual Studio Code (free and open source):

          Is there any way to have Atom launch Powershell in an external window?

          I've found several that will use the built-in "terminal" but that simply does not work for what I need.

          No idea. Why do you want to do that? What's the use case?

          Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

          Edit: I did find a package that works though... it's called run-in-terminal.

          But I can do all of that stuff without this tool, that's where I'm confused.

          dafyreD 1 Reply Last reply Reply Quote 0
          • AdamFA
            AdamF @stacksofplates
            last edited by

            @stacksofplates said in Visual Studio Code (free and open source):

            @fuznutz04 said in Visual Studio Code (free and open source):

            I've been using Brackets on both my Macbook and my Windows box. How does Atom and VS Code compare? Worth switching?

            I didn't think Brackets did anything except for HTML/CSS/JS. Atom and VS Code do many other languages.

            Good to know! Just started using Brackets a little bit ago for writing bash scripts. I'll give Atom a go.

            1 Reply Last reply Reply Quote 0
            • dafyreD
              dafyre @scottalanmiller
              last edited by

              @scottalanmiller said in Visual Studio Code (free and open source):

              @dafyre said in Visual Studio Code (free and open source):

              @scottalanmiller said in Visual Studio Code (free and open source):

              @dafyre said in Visual Studio Code (free and open source):

              Is there any way to have Atom launch Powershell in an external window?

              I've found several that will use the built-in "terminal" but that simply does not work for what I need.

              No idea. Why do you want to do that? What's the use case?

              Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

              Edit: I did find a package that works though... it's called run-in-terminal.

              But I can do all of that stuff without this tool, that's where I'm confused.

              I can too. I'm just lazy. I like being able to hit a button F5, for instance, and have my script run in a new window, without me needing to keep another Powershell window open all the time to just run the script.

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @dafyre
                last edited by

                @dafyre said in Visual Studio Code (free and open source):

                @scottalanmiller said in Visual Studio Code (free and open source):

                @dafyre said in Visual Studio Code (free and open source):

                @scottalanmiller said in Visual Studio Code (free and open source):

                @dafyre said in Visual Studio Code (free and open source):

                Is there any way to have Atom launch Powershell in an external window?

                I've found several that will use the built-in "terminal" but that simply does not work for what I need.

                No idea. Why do you want to do that? What's the use case?

                Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

                Edit: I did find a package that works though... it's called run-in-terminal.

                But I can do all of that stuff without this tool, that's where I'm confused.

                I can too. I'm just lazy. I like being able to hit a button F5, for instance, and have my script run in a new window, without me needing to keep another Powershell window open all the time to just run the script.

                I like to just keep a window open and "up arrow" and hit enter to run something.

                dafyreD 1 Reply Last reply Reply Quote 0
                • dafyreD
                  dafyre @scottalanmiller
                  last edited by dafyre

                  @scottalanmiller said in Visual Studio Code (free and open source):

                  @dafyre said in Visual Studio Code (free and open source):

                  @scottalanmiller said in Visual Studio Code (free and open source):

                  @dafyre said in Visual Studio Code (free and open source):

                  @scottalanmiller said in Visual Studio Code (free and open source):

                  @dafyre said in Visual Studio Code (free and open source):

                  Is there any way to have Atom launch Powershell in an external window?

                  I've found several that will use the built-in "terminal" but that simply does not work for what I need.

                  No idea. Why do you want to do that? What's the use case?

                  Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

                  Edit: I did find a package that works though... it's called run-in-terminal.

                  But I can do all of that stuff without this tool, that's where I'm confused.

                  I can too. I'm just lazy. I like being able to hit a button F5, for instance, and have my script run in a new window, without me needing to keep another Powershell window open all the time to just run the script.

                  I like to just keep a window open and "up arrow" and hit enter to run something.

                  Then I have to remember to save the file before alt tabbing over to the other window, often lost in a sea of other windows, lol...
                  http://i.imgur.com/k3RRYtNm.jpg

                  Remember to hit CTRL+S, and then ALT TAB and find the right window... or hit F5 and have it done for me...

                  Edit: This is Windows, using Dexpot for the Expose type feature.

                  1 Reply Last reply Reply Quote 0
                  • StrongBadS
                    StrongBad
                    last edited by

                    Atom is very nice. I have my GIT integrated into it to make things that much simpler.

                    scottalanmillerS dafyreD 2 Replies Last reply Reply Quote 1
                    • scottalanmillerS
                      scottalanmiller @StrongBad
                      last edited by

                      @StrongBad said in Visual Studio Code (free and open source):

                      Atom is very nice. I have my GIT integrated into it to make things that much simpler.

                      I need to do that.

                      1 Reply Last reply Reply Quote 0
                      • dafyreD
                        dafyre @StrongBad
                        last edited by

                        @StrongBad said in Visual Studio Code (free and open source):

                        Atom is very nice. I have my GIT integrated into it to make things that much simpler.

                        Nice. That's become a standard feature or plugin for all these text editors as of late, lol.

                        1 Reply Last reply Reply Quote 0
                        • AdamFA
                          AdamF
                          last edited by

                          So I've been using Atom for the past few days. I really like it compared to Brackets. Is VS Code worth looking at for those of you who already use Atom?

                          Also, can someone tag the OP?

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @AdamF
                            last edited by

                            @fuznutz04 said in Visual Studio Code (free and open source):

                            So I've been using Atom for the past few days. I really like it compared to Brackets. Is VS Code worth looking at for those of you who already use Atom?

                            Also, can someone tag the OP?

                            I tested Code and went back to Atom.

                            1 Reply Last reply Reply Quote 0
                            • AdamFA
                              AdamF
                              last edited by

                              Any particular reason?

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @AdamF
                                last edited by

                                @fuznutz04 said in Visual Studio Code (free and open source):

                                Any particular reason?

                                Lighter, does what I want without lots of extra stuff.

                                1 Reply Last reply Reply Quote 1
                                • 1
                                • 2
                                • 2 / 2
                                • First post
                                  Last post