{"id":601,"hash":"38a9a5a36de3994c2c9449dabc5cab6255582fc25c8f215bca11b30b81f3d971","pattern":"TSLint extension throwing errors in my Angular application running in Visual Studio Code","full_message":"I recently started seeing, what seems like, TSLint errors.\nThey look like this:\n\nNot using the local TSLint version found for\n'/Users/myname/myproject/client/src/app/likes/likee/likee.component.ts'.\nTo enable code execution from the current workspace you must enable workspace library execution.\n\nI'm seeing them in my .ts files when I open them and it shows a yellow squiggly line on the first line of each .ts page.\n\nI see on the TSLint site it says it's been deprecated.\n\nWhat's the cause of these errors and why am I suddenly seeing them?\n\nShould I uninstall the Visual Studio Code TSLint extension and install the ESLint extension?","ecosystem":"npm","package_name":"angular","package_version":null,"solution":"Like Tuấn Nguyễn described, you need to:\n\nGo to the Command Palette by pressing Ctrl + Shift + P,\n\nIn the input that pops up at the top of the Visual Studio Code, start typing\n\nTSLint: Manage workspace library execution\"\n\nand hit the Enter key.\n\nFrom the menu that replaces the input, pick enable workspace library execution and again press the Enter key.","confidence":0.95,"source":"stackoverflow","source_url":"https://stackoverflow.com/questions/65228384/tslint-extension-throwing-errors-in-my-angular-application-running-in-visual-stu","votes":273,"created_at":"2026-04-19T04:51:24.113105+00:00","updated_at":"2026-04-19T04:51:24.113105+00:00"}