Does a snap for vscode exist?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
The media is gushing about the snap package for Visual Studio Code, and how wonderful it is (apparently has a plug in that cures gout ;-). So I thought I'd give it a whirl. I dutifully typed:
$ sudo snap install --classic vscode
error: cannot install "vscode": snap not found
Where the articles all too early? Has vscode not yet landed in snap?
snap visual-studio-code
|
show 1 more comment
The media is gushing about the snap package for Visual Studio Code, and how wonderful it is (apparently has a plug in that cures gout ;-). So I thought I'd give it a whirl. I dutifully typed:
$ sudo snap install --classic vscode
error: cannot install "vscode": snap not found
Where the articles all too early? Has vscode not yet landed in snap?
snap visual-studio-code
1
A link to said article would suffice!
– George Udosen
May 21 '17 at 4:04
What vesion of Ubuntu are you using?
– George Udosen
May 21 '17 at 4:28
1
The snap is only available for amd64. Are you running on a different architecture? You can run thearch
command in a terminal to find out.
– Evan
May 21 '17 at 8:53
@George news.softpedia.com/news/…
– Evan
May 21 '17 at 8:55
1
Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.
– user691451
May 22 '17 at 15:10
|
show 1 more comment
The media is gushing about the snap package for Visual Studio Code, and how wonderful it is (apparently has a plug in that cures gout ;-). So I thought I'd give it a whirl. I dutifully typed:
$ sudo snap install --classic vscode
error: cannot install "vscode": snap not found
Where the articles all too early? Has vscode not yet landed in snap?
snap visual-studio-code
The media is gushing about the snap package for Visual Studio Code, and how wonderful it is (apparently has a plug in that cures gout ;-). So I thought I'd give it a whirl. I dutifully typed:
$ sudo snap install --classic vscode
error: cannot install "vscode": snap not found
Where the articles all too early? Has vscode not yet landed in snap?
snap visual-studio-code
snap visual-studio-code
edited Feb 12 '18 at 16:18
karel
61k13132155
61k13132155
asked May 21 '17 at 3:50
user691451user691451
2112
2112
1
A link to said article would suffice!
– George Udosen
May 21 '17 at 4:04
What vesion of Ubuntu are you using?
– George Udosen
May 21 '17 at 4:28
1
The snap is only available for amd64. Are you running on a different architecture? You can run thearch
command in a terminal to find out.
– Evan
May 21 '17 at 8:53
@George news.softpedia.com/news/…
– Evan
May 21 '17 at 8:55
1
Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.
– user691451
May 22 '17 at 15:10
|
show 1 more comment
1
A link to said article would suffice!
– George Udosen
May 21 '17 at 4:04
What vesion of Ubuntu are you using?
– George Udosen
May 21 '17 at 4:28
1
The snap is only available for amd64. Are you running on a different architecture? You can run thearch
command in a terminal to find out.
– Evan
May 21 '17 at 8:53
@George news.softpedia.com/news/…
– Evan
May 21 '17 at 8:55
1
Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.
– user691451
May 22 '17 at 15:10
1
1
A link to said article would suffice!
– George Udosen
May 21 '17 at 4:04
A link to said article would suffice!
– George Udosen
May 21 '17 at 4:04
What vesion of Ubuntu are you using?
– George Udosen
May 21 '17 at 4:28
What vesion of Ubuntu are you using?
– George Udosen
May 21 '17 at 4:28
1
1
The snap is only available for amd64. Are you running on a different architecture? You can run the
arch
command in a terminal to find out.– Evan
May 21 '17 at 8:53
The snap is only available for amd64. Are you running on a different architecture? You can run the
arch
command in a terminal to find out.– Evan
May 21 '17 at 8:53
@George news.softpedia.com/news/…
– Evan
May 21 '17 at 8:55
@George news.softpedia.com/news/…
– Evan
May 21 '17 at 8:55
1
1
Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.
– user691451
May 22 '17 at 15:10
Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.
– user691451
May 22 '17 at 15:10
|
show 1 more comment
2 Answers
2
active
oldest
votes
Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install code-insiders --classic
A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.
After it is installed, Visual Studio Code requires additional configuration to get the features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.
Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.
1
apt and snap are completely separate.sudo apt update
will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you runsnap install --classic vscode
it checks the snap store to see if vscode exists, then installs it.
– Evan
May 21 '17 at 8:49
add a comment |
I just searched and got this result:
Find it:
snap find vscode
Name Version Developer Notes Summary
vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.
Install it:
sudo snap install --classic vscode
Results:
[sudo] password for george:
core 71.70 MB / 79.49 MB
[==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f917281%2fdoes-a-snap-for-vscode-exist%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install code-insiders --classic
A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.
After it is installed, Visual Studio Code requires additional configuration to get the features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.
Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.
1
apt and snap are completely separate.sudo apt update
will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you runsnap install --classic vscode
it checks the snap store to see if vscode exists, then installs it.
– Evan
May 21 '17 at 8:49
add a comment |
Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install code-insiders --classic
A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.
After it is installed, Visual Studio Code requires additional configuration to get the features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.
Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.
1
apt and snap are completely separate.sudo apt update
will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you runsnap install --classic vscode
it checks the snap store to see if vscode exists, then installs it.
– Evan
May 21 '17 at 8:49
add a comment |
Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install code-insiders --classic
A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.
After it is installed, Visual Studio Code requires additional configuration to get the features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.
Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.
Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install code-insiders --classic
A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.
After it is installed, Visual Studio Code requires additional configuration to get the features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.
Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.
edited Apr 7 at 13:19
answered May 21 '17 at 4:33
karelkarel
61k13132155
61k13132155
1
apt and snap are completely separate.sudo apt update
will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you runsnap install --classic vscode
it checks the snap store to see if vscode exists, then installs it.
– Evan
May 21 '17 at 8:49
add a comment |
1
apt and snap are completely separate.sudo apt update
will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you runsnap install --classic vscode
it checks the snap store to see if vscode exists, then installs it.
– Evan
May 21 '17 at 8:49
1
1
apt and snap are completely separate.
sudo apt update
will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you run snap install --classic vscode
it checks the snap store to see if vscode exists, then installs it.– Evan
May 21 '17 at 8:49
apt and snap are completely separate.
sudo apt update
will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you run snap install --classic vscode
it checks the snap store to see if vscode exists, then installs it.– Evan
May 21 '17 at 8:49
add a comment |
I just searched and got this result:
Find it:
snap find vscode
Name Version Developer Notes Summary
vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.
Install it:
sudo snap install --classic vscode
Results:
[sudo] password for george:
core 71.70 MB / 79.49 MB
[==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed
add a comment |
I just searched and got this result:
Find it:
snap find vscode
Name Version Developer Notes Summary
vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.
Install it:
sudo snap install --classic vscode
Results:
[sudo] password for george:
core 71.70 MB / 79.49 MB
[==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed
add a comment |
I just searched and got this result:
Find it:
snap find vscode
Name Version Developer Notes Summary
vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.
Install it:
sudo snap install --classic vscode
Results:
[sudo] password for george:
core 71.70 MB / 79.49 MB
[==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed
I just searched and got this result:
Find it:
snap find vscode
Name Version Developer Notes Summary
vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.
Install it:
sudo snap install --classic vscode
Results:
[sudo] password for george:
core 71.70 MB / 79.49 MB
[==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed
edited May 21 '17 at 4:24
answered May 21 '17 at 4:16
George UdosenGeorge Udosen
21.7k104572
21.7k104572
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f917281%2fdoes-a-snap-for-vscode-exist%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
A link to said article would suffice!
– George Udosen
May 21 '17 at 4:04
What vesion of Ubuntu are you using?
– George Udosen
May 21 '17 at 4:28
1
The snap is only available for amd64. Are you running on a different architecture? You can run the
arch
command in a terminal to find out.– Evan
May 21 '17 at 8:53
@George news.softpedia.com/news/…
– Evan
May 21 '17 at 8:55
1
Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.
– user691451
May 22 '17 at 15:10