Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Don't register import files provider by default
Browse files Browse the repository at this point in the history
Fix #82 fix #83
  • Loading branch information
WebFreak001 committed Aug 2, 2017
1 parent 76224e3 commit 25319ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/workspaced/com/dub.d
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import dub.internal.vibecompat.core.log;
/// This will start dub and load all import paths. All dub methods are used with `"cmd": "dub"`
/// Note: This will block any incoming requests while loading.
@load void startup(string dir, bool registerImportProvider = true,
bool registerStringImportProvider = true, bool registerImportFilesProvider = true)
bool registerStringImportProvider = true, bool registerImportFilesProvider = false)
{
setLogLevel(LogLevel.none);

Expand Down

0 comments on commit 25319ea

Please sign in to comment.