Python: Remove unused symbols and WSL VFS listener (should be done at the platform level)

GitOrigin-RevId: 0859fb9636cb7ee1959153d0297500a7a755b095
This commit is contained in:
Ilya.Kazakevich
2024-09-19 18:22:23 +02:00
committed by intellij-monorepo-bot
parent c3ecaaa190
commit 2eb4f94a5d
6 changed files with 0 additions and 157 deletions

View File

@@ -115,7 +115,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
description="Use bare python instead of conda run for conda"/>
<iconMapper mappingFile="PythonIconMappings.json"/>
<library.type implementation="com.jetbrains.python.library.PythonLibraryType"/>
<roots.watchedRootsProvider implementation="com.jetbrains.python.target.targetWithVfs.TargetVfsWatchedRootsProvider"/>
<renameHandler implementation="com.jetbrains.python.magicLiteral.PyMagicLiteralRenameHandler"/>
<nameSuggestionProvider implementation="com.jetbrains.python.refactoring.PyNameSuggestionProvider"/>
<methodNavigationOffsetProvider implementation="com.jetbrains.python.codeInsight.PyMethodNavigationOffsetProvider"/>