Skip to content

Commit 9357fa9

Browse files
committed
Updates
1 parent cc539b7 commit 9357fa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/copilotTools.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ function BuildEnvironmentInfoContent(envInfo: EnvironmentInfo): LanguageModelTex
141141
// Create a formatted string that looks like JSON but preserves comments
142142
let envTypeDescriptor: string = `This environment is managed by ${envInfo.type} environment manager. Use the install tool to install packages into this environment.`;
143143

144-
// TODO: If this is setup as python.defaultInterpreterPath, then do not include this message.
145144
if (envInfo.type === 'system') {
146145
envTypeDescriptor =
147146
'System pythons are pythons that ship with the OS or are installed globally. These python installs may be used by the OS for running services and core functionality. Confirm with the user before installing packages into this environment, as it can lead to issues with any services on the OS.';

0 commit comments

Comments
 (0)