mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-10 16:51:19 +03:00
ecode: LSP fixes for Windows.
Fixed console output on Windows. Closes SpartanJ/ecode#56.
This commit is contained in:
@@ -438,7 +438,7 @@ PluginRequestHandle ProjectDirectoryTree::processMessage( const PluginMessage& m
|
||||
std::vector<std::string> expectedNames;
|
||||
std::vector<std::string> tentativePaths;
|
||||
for ( const auto& turi : juris ) {
|
||||
std::string path( URI( turi.get<std::string>() ).getPath() );
|
||||
std::string path( URI( turi.get<std::string>() ).getFSPath() );
|
||||
tentativePaths.emplace_back( path );
|
||||
expectedNames.emplace_back( FileSystem::fileNameFromPath( path ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user