Skip to content

Commit aff0f6c

Browse files
prefer nodefs to fs2
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent e9e7760 commit aff0f6c

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/shared/extensions

1 file changed

+1
-1
lines changed

packages/core/src/shared/extensions/yaml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getLogger } from '../logger/logger'
99
import { getIdeProperties } from '../extensionUtilities'
1010
import { activateExtension } from '../utilities/vsCodeUtils'
1111
import { AWS_SCHEME } from '../constants'
12-
import * as fs2 from 'fs'
12+
import * as nodefs from 'fs'
1313

1414
// sourced from https://github.com/redhat-developer/vscode-yaml/blob/3d82d61ea63d3e3a9848fe6b432f8f1f452c1bec/src/schema-extension-api.ts
1515
// removed everything that is not currently being used

0 commit comments

Comments
 (0)