Git Product home page Git Product logo

Comments (2)

tagplus5 avatar tagplus5 commented on May 27, 2024

@ardaozkal thanks, i agree with you, but i see the differences with official repository and ms deb files on my repository:

My repo:

docker run -it --rm ubuntu bash -c \
"apt update && \
apt install -y sudo bash curl wget apt-transport-https && \
sudo wget -O - https://tagplus5.github.io/vscode-ppa/ubuntu/gpg.key | sudo apt-key add - && \
sudo wget -O /etc/apt/sources.list.d/vscode.list https://tagplus5.github.io/vscode-ppa/ubuntu/vscode.list && \
sudo apt update && \
sudo apt list -a code-insiders"

output:

code-insiders/unknown 1.11.0-1488462264 amd64
code-insiders/unknown 1.11.0-1488453595 amd64
code-insiders/unknown 1.11.0-1488439219 amd64
code-insiders/unknown 1.10.0-1488204485 amd64
code-insiders/unknown 1.10.0-1487968147 amd64
code-insiders/unknown 1.10.0-1487921388 amd64
code-insiders/unknown 1.10.0-1487833419 amd64
code-insiders/unknown 1.10.0-1487747028 amd64
code-insiders/unknown 1.10.0-1487661178 amd64
code-insiders/unknown 1.10.0-1487573781 amd64
code-insiders/unknown 1.10.0-1487338510 amd64
code-insiders/unknown 1.10.0-1487331400 amd64
code-insiders/unknown 1.10.0-1487314590 amd64
code-insiders/unknown 1.10.0-1487229188 amd64
code-insiders/unknown 1.10.0-1487172612 amd64
code-insiders/unknown 1.10.0-1487141791 amd64
code-insiders/unknown 1.10.0-1487066651 amd64
code-insiders/unknown 1.10.0-1486968997 amd64
code-insiders/unknown 1.10.0-1486710796 amd64
code-insiders/unknown 1.10.0-1486640887 amd64
code-insiders/unknown 1.10.0-1486623406 amd64
code-insiders/unknown 1.10.0-1486537994 amd64
code-insiders/unknown 1.10.0-1486451587 amd64
code-insiders/unknown 1.10.0-1486365175 amd64
code-insiders/unknown 1.10.0-1486105026 amd64

MS repo:

docker run -it --rm ubuntu bash -c \
"apt update && \
apt install -y sudo bash curl wget apt-transport-https && \
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg && \
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg && \
sudo sh -c 'echo \"deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main\" > /etc/apt/sources.list.d/vscode.list' && \
sudo apt-get update && \
sudo apt list -a code-insiders"

output:

code-insiders/stable 1.11.0-1488439219 amd64
code-insiders/stable 1.11.0-1488265408 amd64
code-insiders/stable 1.10.0-1488204485 amd64
code-insiders/stable 1.10.0-1487968147 amd64
code-insiders/stable 1.10.0-1487921388 amd64
code-insiders/stable 1.10.0-1487833419 amd64
code-insiders/stable 1.10.0-1487747028 amd64
code-insiders/stable 1.10.0-1487661178 amd64
code-insiders/stable 1.10.0-1487338510 amd64
code-insiders/stable 1.10.0-1487314590 amd64
code-insiders/stable 1.10.0-1487229188 amd64
code-insiders/stable 1.10.0-1487199085 amd64

When install latest versions:
version 1.11.0-1488462264
image

version 1.11.0-1488439219
image
and when install version 1.11.0-1488439219, vscode shows that update avaliable

so MS official repository does not yet contain the latest version of code-insiders

from vscode-ppa.

aveao avatar aveao commented on May 27, 2024

Ah, I see. Noting down this on the readme file might be helpful, though.

from vscode-ppa.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.