Skip to content

Commit 8a9f535

Browse files
authored
align default importStrategy to code (#157)
1 parent f47bd6a commit 8a9f535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"type": "array"
8484
},
8585
"<pytool-module>.importStrategy": {
86-
"default": "fromEnvironment",
86+
"default": "useBundled",
8787
"description": "Defines where `<pytool-module>` is imported from. This setting may be ignored if `<pytool-module>.path` is set.",
8888
"enum": [
8989
"useBundled",

0 commit comments

Comments
 (0)