BrokenImport incorrectly showing #2607
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
Type: Bug
hello,
The Import statements are showing with the RED line under them in VSC, when I perform a run/debug/build all are working ok.
parent-child.go file:-
package main
// Below: Module name + Path to Package directory ## THIS WORKS EVEN THOUGH SHOWN IN RED
// Refer to go.mod for the Module Name - it does not need to be the same of the folder/directory
import (
"PC/pkg/logging"
"PC/pkg/logging2"
)
func main() {
}
Extension version: 0.37.0
VS Code version: Code 1.74.2 (e8a3071ea4344d9d48ef8a4df2c097372b0c5161, 2022-12-20T10:29:14.590Z)
OS version: Windows_NT x64 10.0.19042
Modes:
Sandboxed: No
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
The text was updated successfully, but these errors were encountered: