alaa
alaa
DDeno
Created by alaa on 10/20/2024 in #help
import suggestions not working as intended (vscode)
up 🙏
7 replies
DDeno
Created by alaa on 10/20/2024 in #help
import suggestions not working as intended (vscode)
versions latest on both deno and vscode extension
7 replies
DDeno
Created by alaa on 10/20/2024 in #help
import suggestions not working as intended (vscode)
Problem only happens with remote libs (jsr/npm), no problem with local files (.ts)
7 replies
DDeno
Created by alaa on 10/20/2024 in #help
import suggestions not working as intended (vscode)
deno jsonc:
{
"name": "test-lib",
"version": "0.1.0",
"tasks": {
"install": "deno install --allow-scripts",
"start": "deno run ./src/main.ts",
"dev": "deno run --watch ./src/main.ts",
"test": "deno test",
"format": "deno run -A npm:@biomejs/biome format ./src",
"lint": "biome lint --error-on-warnings ./src"
},
"imports": {
"@biomejs/biome": "npm:@biomejs/biome@^1.9.4",
"@std/assert": "jsr:@std/assert@1"
},
"nodeModulesDir": "auto",
"publish": {
"include": ["src", "LICENSE"],
"exclude": ["src/tests"]
},
"exports": {
".": "./src/mod.ts"
}
}
{
"name": "test-lib",
"version": "0.1.0",
"tasks": {
"install": "deno install --allow-scripts",
"start": "deno run ./src/main.ts",
"dev": "deno run --watch ./src/main.ts",
"test": "deno test",
"format": "deno run -A npm:@biomejs/biome format ./src",
"lint": "biome lint --error-on-warnings ./src"
},
"imports": {
"@biomejs/biome": "npm:@biomejs/biome@^1.9.4",
"@std/assert": "jsr:@std/assert@1"
},
"nodeModulesDir": "auto",
"publish": {
"include": ["src", "LICENSE"],
"exclude": ["src/tests"]
},
"exports": {
".": "./src/mod.ts"
}
}
7 replies
DDeno
Created by alaa on 10/20/2024 in #help
import suggestions not working as intended (vscode)
No description
7 replies