Skip to content

Commit

Permalink
fix: store metadata stubs in cache instead of config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 24, 2024
1 parent b21db15 commit e870a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/constants.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub const analyzer_caches_path = os.join_path(os.cache_dir(), 'v-analyzer')

// analyzer_stubs_path is the path to the directory containing the
// unpacked stub files for the analyzer.
pub const analyzer_stubs_path = os.join_path(analyzer_configs_path, 'metadata')
pub const analyzer_stubs_path = os.join_path(analyzer_caches_path, 'metadata')

// analyzer_stubs_version_path is the path to the file containing the version of the stubs.
pub const analyzer_stubs_version_path = os.join_path(analyzer_stubs_path, 'version.txt')
Expand Down

0 comments on commit e870a5f

Please sign in to comment.