retrolasered to Arch Linux@lemmy.mlEnglish · 1 year agoVSCodium keeps generating a .nf file in my project directorymessage-squaremessage-square3fedilinkarrow-up110arrow-down10file-text
arrow-up110arrow-down1message-squareVSCodium keeps generating a .nf file in my project directoryretrolasered to Arch Linux@lemmy.mlEnglish · 1 year agomessage-square3fedilinkfile-text
minus-squareretrolaseredOPlinkfedilinkEnglisharrow-up4·edit-21 year agoThe system is a relatively fresh install so not a lot in the way of extensions so far: Github Theme Dark Github Markdown Pack Dark github markdown preview markdown emoji markdown checkboxes markdown yaml preamble Currently working on a nodejs project. package.json: { "dependencies": { "express": "^4.18.2", "multer": "^1.4.5-lts.1", "mysql2": "^3.6.3", "sequelize": "^6.35.1" } } Github markdown pack looks a little out of date, so I’m going to try uninstalling that and see if that affects it EDIT: Looks to have fixed it. Thank you, it hadn’t occurred to me to check the extensions
The system is a relatively fresh install so not a lot in the way of extensions so far:
Currently working on a nodejs project. package.json:
{ "dependencies": { "express": "^4.18.2", "multer": "^1.4.5-lts.1", "mysql2": "^3.6.3", "sequelize": "^6.35.1" } }
Github markdown pack looks a little out of date, so I’m going to try uninstalling that and see if that affects it
EDIT: Looks to have fixed it. Thank you, it hadn’t occurred to me to check the extensions