Skip to content

Commit 7012df6

Browse files
committed
Make debug port configurable
1 parent 29eab26 commit 7012df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-tailwindcss/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export async function activate(context: ExtensionContext) {
354354
module,
355355
transport: TransportKind.ipc,
356356
options: {
357-
execArgv: ['--nolazy', `--inspect=6011`],
357+
execArgv: ['--nolazy', `--inspect=${inspectPort ?? 6011}`],
358358
},
359359
},
360360
}

0 commit comments

Comments
 (0)