microhobby / linuxkerneldev

Visual Studio Code extension to help find documentation, device tree matching on device driver source code, by compatible strings
MIT License
41 stars 9 forks source link

Ctags feature is not working when provided by snap #1

Closed koansoftware closed 4 years ago

koansoftware commented 4 years ago

Ctags feature is not working when universal-ctags is provided by snap on ### Ubuntu 18.04

$ sudo apt-get install universal-ctags
Reading package lists... Done
Building dependency tree       
Reading state information... Done

No apt package "universal-ctags", but there is a snap with that name.
Try "snap install universal-ctags"
$ snap install universal-ctags
snap "universal-ctags" is already installed, see 'snap help refresh'
$ snap list
Name                  Version                         Rev   Tracking       Publisher   Notes
core18                20200427                        1754  latest/stable  canonical✓  base
gnome-3-34-1804       0+git.3009fc7                   33    latest/stable  canonical✓  -
gnome-calculator      3.36.0+git9.96b95fd2            748   latest/stable  canonical✓  -
gnome-characters      v3.34.0+git5.918aab3            539   latest/stable  canonical✓  -
gnome-logs            3.34.0                          100   latest/stable  canonical✓  -
gnome-system-monitor  3.36.0-12-g35f88a56d7           145   latest/stable  canonical✓  -
gtk-common-themes     0.1-36-gc75f853                 1506  latest/stable  canonical✓  -
snapd                 2.44.3                          7264  latest/stable  canonical✓  snapd
universal-ctags       0.2019-12-16+17:58:20+e0a976d7  16    latest/stable  tartley     -

AFTER A REBOOT IT WORKS, SORRY

microhobby commented 4 years ago

@koansoftware no problem, I hope it is been helpful to you