Sublime Forum

Package Control: The package 'Pascal Snippets' is not available

#1

Hello,

I receive the following annoying error message each time that I open Sublime:

Package Control

The package ‘Pascal Snippets’ is not available

How can I remove this error? I tried to uninstall the package Object-Pascal but it did not help.

Thanks

0 Likes

#2

any idea about how remove this message?

0 Likes

#3

can’t you uninstall Pascal Snippets?

0 Likes

#4

there is no package “pascal snipped” in the list of the installed packages

0 Likes

#5

can you also check whether it’s in the user settings or not

image

0 Likes

#6

it does not seem so

0 Likes

#7

I mean the package control user settings
image

0 Likes

#8

Sorry! yes it is there!

{
“bootstrapped”: true,
“in_process_packages”:
[
],
“installed_packages”:
[
“A File Icon”,
“Align Arguments”,
“Alignment”,
“AutoAligner”,
“ayu”,
“BeautifyLatex”,
“Colorsublime”,
“CUDA C++”,
“gruvbox”,
“LaTeX Blindtext”,
“LaTeX Snippets”,
“LaTeXTools”,
“LaTeXYZ”,
“Material Theme”,
“Object Pascal”,
“Package Control”,
“PackageSync”,
“Pascal Snippets”,
“Python 3”,
“Seti_UX”
]
}

I try to remove it. Let’s see the result.

0 Likes

#9

No message anymore. Thanks!

0 Likes

#10

glad it helps. if you need that missing package, there should be some forked ones on github.

https://github.com/avdotion/pascal-snippets (hmm… seems not forked one but just same name)

0 Likes