VSCODE icons are old and out of date, no new icons are updated
Tofloor
poster avatar
akop12
deepin
2018-02-10 08:43
Author

Reply Favorite View the author
All Replies
sjtlqy
deepin
2018-02-12 03:07
#1
vscode.list  vscode.list.save
➜  sources.list.d cat vscode.list
###
###
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://packages.microsoft.com/repos/vscode/ stable main

➜  sources.list.d code --version
1.20.0
c63189deaa8e620f650cc28792b8f5f3363f2c5b
x64
➜  sources.list.d

Reply View the author
186******26
deepin
2018-02-12 04:51
#2
see https://code.visualstudio.com/docs/setup/linux:

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-get install code # or code-insiders
Reply View the author
akop12
deepin
2018-02-12 09:39
#3
that's just a normal installation but still no updates on icon
Reply View the author
akop12
deepin
2018-02-12 09:44
#4
https://bbs.deepin.org/post/153116
vscode.list  vscode.list.save
➜  sources.list.d cat vscode.list
###

what kind of answer is this? Please answer only if it's a solution
Reply View the author
Elegantpower
deepin
2018-02-12 14:40
#5
深度就是这个问题
Reply View the author
186******26
deepin
2018-02-12 18:17
#6
https://bbs.deepin.org/post/153116
that's just a normal installation but still no updates on icon

Remove the old version and reinstall it
Reply View the author
akop12
deepin
2018-02-14 08:06
#7
https://bbs.deepin.org/post/153116
Remove the old version and reinstall it

it doesn't affect anything! Is this an assumption or have you tried!
Reply View the author
akop12
deepin
2018-02-14 08:06
#8
https://bbs.deepin.org/post/153116
Remove the old version and reinstall it

it doesn't affect anything! Is this an assumption or have you tried!
Reply View the author
186******26
deepin
2018-02-14 20:03
#9
https://bbs.deepin.org/post/153116
it doesn't affect anything! Is this an assumption or have you tried!

I think you should completely remove the original version
Reply View the author
akop12
deepin
2018-02-14 22:39
#10
https://bbs.deepin.org/post/153116
I think you should completely remove the original version

it's not the vscode icon, it's deepin modified icon for vscode
Reply View the author
akop12
deepin
2018-02-14 22:41
#11
https://bbs.deepin.org/post/153116
I think you should completely remove the original version


Reply View the author
186******26
deepin
2018-02-15 05:08
#12
meta. cp /usr/share/pixmaps/code.png /usr/share/icons/deepin/apps/48
Reply View the author
akop12
deepin
2018-02-15 08:26
#13

that works! but that's a lot of manual works!
Deepin should manage that. A lot of other apps icon are also being changed!
Reply View the author