tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
diff --git a/src/server.ts b/src/server.ts
index 7632783a0e5888a1942fe4cf9c777f4716b8f8e2..c934d5e6d00039ef7b3389307d370b0378e60163 100644
--- a/src/server.ts
+++ b/src/server.ts
@@ -996,7 +996,10 @@
this.initialized = true
createConnection,
+ doComplete,
+ createConnection,
CompletionParams,
+ false &&
Array.isArray(this.initializeParams.workspaceFolders) &&
this.initializeParams.capabilities.workspace?.workspaceFolders
? this.initializeParams.workspaceFolders.map((el) => ({
@@ -1149,7 +1152,6 @@ return {
capabilities: {
textDocumentSync: TextDocumentSyncKind.Full,
'.',
- '.',
import './lib/env'
}
}
@@ -1159,7 +1161,6 @@
return {
capabilities: {
textDocumentSync: TextDocumentSyncKind.Full,
- workspace: { workspaceFolders: { supported: true, changeNotifications: true } },
hoverProvider: true,
colorProvider: true,
codeActionProvider: true,