We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e7760 commit aff0f6cCopy full SHA for aff0f6c
packages/core/src/shared/extensions/yaml.ts
@@ -9,7 +9,7 @@ import { getLogger } from '../logger/logger'
9
import { getIdeProperties } from '../extensionUtilities'
10
import { activateExtension } from '../utilities/vsCodeUtils'
11
import { AWS_SCHEME } from '../constants'
12
-import * as fs2 from 'fs'
+import * as nodefs from 'fs'
13
14
// sourced from https://github.com/redhat-developer/vscode-yaml/blob/3d82d61ea63d3e3a9848fe6b432f8f1f452c1bec/src/schema-extension-api.ts
15
// removed everything that is not currently being used
0 commit comments