Skip to content

Intellisense does not activate when the directory is included in a workspace but not the first directory. #921

Closed
@Andrew-Forster

Description

@Andrew-Forster

Describe your issue

When using this file path for my VS workspace, I run into an issue where the extension does not recognize the config file.

"folders": [
	{
		"path": "src"
	},
	{
		"path": "../../../Components"
	},
	{
		"path": "."
	}

When trying to use . at the top path it works however my live server plugin then breaks, I've been fiddling with both extensions to no avail. Is there a better way to setup my directory so they both work or is there any setting options to make the extension to check under all the files?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions