Skip to content

Salsa not working with require('path') #2850

@SteveALee

Description

@SteveALee

I enabled Salsa and tried the most basic thing in some node code

'use strict';
const Path = require('path');
var c = Path.

When I type the . after Path none of the path functions (eg normalize) are available. Same with any other node builtin module. They are in the typings node.d.ts which I installed as previously required before I enabled Salsa.

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