We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignoring null tag
I want get rid of this message, it flow the screen.
(geany:64078): Tagmanager-WARNING **: 11:26:41.624: ignoring null tag in /home/xxxx/.local/share/gnome-shell/extensions/[email protected]/prefs.js(line: 3)
This is the code that points to (every gnome extension's prefs.js have this line)
const { Adw, Gio, Gtk, GObject, Soup, GLib } = imports.gi;
ubuntu 22.04. Geany 1.38.
The text was updated successfully, but these errors were encountered:
This is a problem in the used universal-ctags and already reported there: universal-ctags/ctags#900 universal-ctags/ctags#1112
Sorry, something went wrong.
No branches or pull requests
I want get rid of this message, it flow the screen.
This is the code that points to (every gnome extension's prefs.js have this line)
The text was updated successfully, but these errors were encountered: