We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeae83 commit 447c3d7Copy full SHA for 447c3d7
package.json
@@ -57,6 +57,7 @@
57
"providedServices": {},
58
"consumedServices": {},
59
"package-deps": [
60
+ "atom-ide-markdown-service",
61
"atom-ide-datatip",
62
"atom-ide-signature-help",
63
"atom-ide-hyperclick",
src/main.ts
@@ -22,6 +22,7 @@ async function package_deps() {
22
// Add entries from package-deps here manually
23
// (to prevent loading atom-package-deps and package.json when the deps are already loaded)
24
const deps = [
25
26
27
28
0 commit comments