How to launch the vscode after it has been installed through snap? Unicorn Meta Zoo #1: Why...

Israeli soda type drink

Retract an already submitted Recommendation Letter (written for an undergrad student)

Will I be more secure with my own router behind my ISP's router?

Determinant of a matrix with 2 equal rows

Can gravitational waves pass through a black hole?

Writing a T-SQL stored procedure to receive 4 numbers and insert them into a table

How to begin with a paragraph in latex

false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'

Co-worker works way more than he should

Is there an efficient way for synchronising audio events real-time with LEDs using an MCU?

Is it appropriate to mention a relatable company blog post when you're asked about the company?

How was Lagrange appointed professor of mathematics so early?

What's called a person who works as someone who puts products on shelves in stores?

What is ls Largest Number Formed by only moving two sticks in 508?

In search of the origins of term censor, I hit a dead end stuck with the greek term, to censor, λογοκρίνω

How would it unbalance gameplay to rule that Weapon Master allows for picking a fighting style?

Why is water being consumed when my shutoff valve is closed?

What is the ongoing value of the Kanban board to the developers as opposed to management

What does the black goddess statue do and what is it?

Is it OK if I do not take the receipt in Germany?

All ASCII characters with a given bit count

Why did Europeans not widely domesticate foxes?

Processing ADC conversion result: DMA vs Processor Registers

Marquee sign letters



How to launch the vscode after it has been installed through snap?



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraDoes a snap for vscode exist?Does Xubuntu 16.04 have the ubuntu snap installed?How can I get snappy to list all available snap packages?Get version of software which will be installed through snapAllowing Firefox installed through Snap to associate links with non snap programsIs there an official maintained vscode snap available from microsoft on Ubuntu 18.04 LTSHow can I disable access to the Snap Store?snap refuses to launch applicationsNeed user permission for the directory after installing snap packageHow can I find the command to be used in a desktop icon that will launch a snap application?How do I execute commands installed by a snap package?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















run the command as below:



sudo snap install --classic vscode


I install the vscode successfully. But I can not launch the vscode.










share|improve this question


















  • 1





    What Linux distribution and version are you using? What is the output of snap version?

    – popey
    May 26 '17 at 7:36











  • I can find the vscode after restart the computer.

    – wlos
    May 31 '17 at 12:40











  • @wlos Thanks. I had this exact same problem. I did not have to restart. I could simply logout and log back in.

    – John
    Mar 31 '18 at 10:13


















1















run the command as below:



sudo snap install --classic vscode


I install the vscode successfully. But I can not launch the vscode.










share|improve this question


















  • 1





    What Linux distribution and version are you using? What is the output of snap version?

    – popey
    May 26 '17 at 7:36











  • I can find the vscode after restart the computer.

    – wlos
    May 31 '17 at 12:40











  • @wlos Thanks. I had this exact same problem. I did not have to restart. I could simply logout and log back in.

    – John
    Mar 31 '18 at 10:13














1












1








1








run the command as below:



sudo snap install --classic vscode


I install the vscode successfully. But I can not launch the vscode.










share|improve this question














run the command as below:



sudo snap install --classic vscode


I install the vscode successfully. But I can not launch the vscode.







snap






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 26 '17 at 6:24









wloswlos

63




63








  • 1





    What Linux distribution and version are you using? What is the output of snap version?

    – popey
    May 26 '17 at 7:36











  • I can find the vscode after restart the computer.

    – wlos
    May 31 '17 at 12:40











  • @wlos Thanks. I had this exact same problem. I did not have to restart. I could simply logout and log back in.

    – John
    Mar 31 '18 at 10:13














  • 1





    What Linux distribution and version are you using? What is the output of snap version?

    – popey
    May 26 '17 at 7:36











  • I can find the vscode after restart the computer.

    – wlos
    May 31 '17 at 12:40











  • @wlos Thanks. I had this exact same problem. I did not have to restart. I could simply logout and log back in.

    – John
    Mar 31 '18 at 10:13








1




1





What Linux distribution and version are you using? What is the output of snap version?

– popey
May 26 '17 at 7:36





What Linux distribution and version are you using? What is the output of snap version?

– popey
May 26 '17 at 7:36













I can find the vscode after restart the computer.

– wlos
May 31 '17 at 12:40





I can find the vscode after restart the computer.

– wlos
May 31 '17 at 12:40













@wlos Thanks. I had this exact same problem. I did not have to restart. I could simply logout and log back in.

– John
Mar 31 '18 at 10:13





@wlos Thanks. I had this exact same problem. I did not have to restart. I could simply logout and log back in.

– John
Mar 31 '18 at 10:13










3 Answers
3






active

oldest

votes


















0














It turns out the executable name is "code".
So, all you need to do is enter:



   code


If you navigate to a project folder and do:



   code .


Then, it will open that folder as a "project".






share|improve this answer































    0














    I installed vscode with the same command, and it launched when I clicked on the Visual Studio Code icon in the Dash.



    For more information read my other answer about installing Visual Studio Code.






    share|improve this answer


























    • I have found the vscode in Dash.

      – wlos
      May 31 '17 at 1:59











    • What happens when you try to launch it from the terminal with the command vscode ?

      – karel
      May 31 '17 at 2:13











    • It shows "command not found". But now I can launch the vscode through Dash or terminal after restarting my computer.

      – wlos
      May 31 '17 at 12:45











    • When I installed vscode on my computer it launched immediately by clicking on the icon, but I guess it's alright now. Watch out when installing debugging extensions. They try to turn your Ubuntu into Windows and then they don't work anyway.

      – karel
      May 31 '17 at 12:53





















    0














    If



    code


    doesn't work try



    snap run code





    share|improve this answer
























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f919023%2fhow-to-launch-the-vscode-after-it-has-been-installed-through-snap%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      It turns out the executable name is "code".
      So, all you need to do is enter:



         code


      If you navigate to a project folder and do:



         code .


      Then, it will open that folder as a "project".






      share|improve this answer




























        0














        It turns out the executable name is "code".
        So, all you need to do is enter:



           code


        If you navigate to a project folder and do:



           code .


        Then, it will open that folder as a "project".






        share|improve this answer


























          0












          0








          0







          It turns out the executable name is "code".
          So, all you need to do is enter:



             code


          If you navigate to a project folder and do:



             code .


          Then, it will open that folder as a "project".






          share|improve this answer













          It turns out the executable name is "code".
          So, all you need to do is enter:



             code


          If you navigate to a project folder and do:



             code .


          Then, it will open that folder as a "project".







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 18 '17 at 13:52









          Robert BlansettRobert Blansett

          11




          11

























              0














              I installed vscode with the same command, and it launched when I clicked on the Visual Studio Code icon in the Dash.



              For more information read my other answer about installing Visual Studio Code.






              share|improve this answer


























              • I have found the vscode in Dash.

                – wlos
                May 31 '17 at 1:59











              • What happens when you try to launch it from the terminal with the command vscode ?

                – karel
                May 31 '17 at 2:13











              • It shows "command not found". But now I can launch the vscode through Dash or terminal after restarting my computer.

                – wlos
                May 31 '17 at 12:45











              • When I installed vscode on my computer it launched immediately by clicking on the icon, but I guess it's alright now. Watch out when installing debugging extensions. They try to turn your Ubuntu into Windows and then they don't work anyway.

                – karel
                May 31 '17 at 12:53


















              0














              I installed vscode with the same command, and it launched when I clicked on the Visual Studio Code icon in the Dash.



              For more information read my other answer about installing Visual Studio Code.






              share|improve this answer


























              • I have found the vscode in Dash.

                – wlos
                May 31 '17 at 1:59











              • What happens when you try to launch it from the terminal with the command vscode ?

                – karel
                May 31 '17 at 2:13











              • It shows "command not found". But now I can launch the vscode through Dash or terminal after restarting my computer.

                – wlos
                May 31 '17 at 12:45











              • When I installed vscode on my computer it launched immediately by clicking on the icon, but I guess it's alright now. Watch out when installing debugging extensions. They try to turn your Ubuntu into Windows and then they don't work anyway.

                – karel
                May 31 '17 at 12:53
















              0












              0








              0







              I installed vscode with the same command, and it launched when I clicked on the Visual Studio Code icon in the Dash.



              For more information read my other answer about installing Visual Studio Code.






              share|improve this answer















              I installed vscode with the same command, and it launched when I clicked on the Visual Studio Code icon in the Dash.



              For more information read my other answer about installing Visual Studio Code.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Feb 15 at 11:07

























              answered May 26 '17 at 7:06









              karelkarel

              61.4k13133156




              61.4k13133156













              • I have found the vscode in Dash.

                – wlos
                May 31 '17 at 1:59











              • What happens when you try to launch it from the terminal with the command vscode ?

                – karel
                May 31 '17 at 2:13











              • It shows "command not found". But now I can launch the vscode through Dash or terminal after restarting my computer.

                – wlos
                May 31 '17 at 12:45











              • When I installed vscode on my computer it launched immediately by clicking on the icon, but I guess it's alright now. Watch out when installing debugging extensions. They try to turn your Ubuntu into Windows and then they don't work anyway.

                – karel
                May 31 '17 at 12:53





















              • I have found the vscode in Dash.

                – wlos
                May 31 '17 at 1:59











              • What happens when you try to launch it from the terminal with the command vscode ?

                – karel
                May 31 '17 at 2:13











              • It shows "command not found". But now I can launch the vscode through Dash or terminal after restarting my computer.

                – wlos
                May 31 '17 at 12:45











              • When I installed vscode on my computer it launched immediately by clicking on the icon, but I guess it's alright now. Watch out when installing debugging extensions. They try to turn your Ubuntu into Windows and then they don't work anyway.

                – karel
                May 31 '17 at 12:53



















              I have found the vscode in Dash.

              – wlos
              May 31 '17 at 1:59





              I have found the vscode in Dash.

              – wlos
              May 31 '17 at 1:59













              What happens when you try to launch it from the terminal with the command vscode ?

              – karel
              May 31 '17 at 2:13





              What happens when you try to launch it from the terminal with the command vscode ?

              – karel
              May 31 '17 at 2:13













              It shows "command not found". But now I can launch the vscode through Dash or terminal after restarting my computer.

              – wlos
              May 31 '17 at 12:45





              It shows "command not found". But now I can launch the vscode through Dash or terminal after restarting my computer.

              – wlos
              May 31 '17 at 12:45













              When I installed vscode on my computer it launched immediately by clicking on the icon, but I guess it's alright now. Watch out when installing debugging extensions. They try to turn your Ubuntu into Windows and then they don't work anyway.

              – karel
              May 31 '17 at 12:53







              When I installed vscode on my computer it launched immediately by clicking on the icon, but I guess it's alright now. Watch out when installing debugging extensions. They try to turn your Ubuntu into Windows and then they don't work anyway.

              – karel
              May 31 '17 at 12:53













              0














              If



              code


              doesn't work try



              snap run code





              share|improve this answer




























                0














                If



                code


                doesn't work try



                snap run code





                share|improve this answer


























                  0












                  0








                  0







                  If



                  code


                  doesn't work try



                  snap run code





                  share|improve this answer













                  If



                  code


                  doesn't work try



                  snap run code






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 9 hours ago









                  emptyempty

                  12116




                  12116






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f919023%2fhow-to-launch-the-vscode-after-it-has-been-installed-through-snap%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                      Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                      Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...