Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored and astrobot-houston committed Feb 8, 2024
1 parent 15a5532 commit 00b7bf8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/language-server/src/core/parseCSS.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { ParentNode, ParseResult } from '@astrojs/compiler/types';
import { is } from '@astrojs/compiler/utils';
import {
Segment,
buildMappings,
Segment,
toString,
type CodeInformation,
type VirtualCode,
Expand Down
1 change: 0 additions & 1 deletion packages/language-server/src/languageServerPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
Connection,
LanguagePlugin,
MessageType,
ServiceEnvironment,
ShowMessageNotification,
VirtualCode,
} from '@volar/language-server/node';
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/src/plugins/typescript/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { ServicePlugin, ServicePluginInstance } from '@volar/language-server';
import { create as createTypeScriptService } from 'volar-service-typescript';
import { AstroVirtualCode } from '../../core/index.js';
import { enhancedProvideCodeActions, enhancedResolveCodeAction } from './codeActions.js';
import { enhancedProvideCompletionItems, enhancedResolveCompletionItem } from './completions.js';
import { enhancedProvideSemanticDiagnostics } from './diagnostics.js';
import { enhancedProvideCodeActions, enhancedResolveCodeAction } from './codeActions.js';

export const create = (ts: typeof import('typescript')): ServicePlugin => {
const tsServicePlugin = createTypeScriptService(ts as typeof import('typescript'));
Expand Down

0 comments on commit 00b7bf8

Please sign in to comment.