five-server-vscode icon indicating copy to clipboard operation
five-server-vscode copied to clipboard

Highlight feature and Instant Update not working

Open GeekWithACamera opened this issue 6 months ago • 1 comments

I'm using this extension in VSCode on Windows 11. I have created a fiveserver.config.ts in my project root and enabled those settings. But still the highlight feature and instant updates are not working for me.

fiveserver.config.ts settings

module.exports = {
  highlight: true, // enable highlight feature
  injectBody: true, // enable instant update
  remoteLogs: true, // enable remoteLogs
  remoteLogs: "yellow", // enable remoteLogs and use the color yellow
  injectCss: false, // disable injecting css
  navigate: true, // enable auto-navigation
};

Windows and VSCode Info

Version: 1.102.0 Commit: cb0c47c0cfaad0757385834bd89d410c78a856c0 Date: 2025-07-09T22:10:34.600Z Electron: 35.6.0 ElectronBuildId: 11847422 Chromium: 134.0.6998.205 Node.js: 22.15.1 V8: 13.4.114.21-electron.0 OS: Windows_NT x64 10.0.26100

GeekWithACamera avatar Jul 14 '25 08:07 GeekWithACamera

You can't create a .ts file. It has to be .cjs.

yandeu avatar Jul 14 '25 10:07 yandeu