From 6a445e594ba87c299e37a49f2cee6c39ad9a36c4 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 23:04:28 +0900 Subject: [PATCH] fix dart completion - fix wrong value completion --- src/_dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_dart b/src/_dart index 2e15a5f..a1433ef 100644 --- a/src/_dart +++ b/src/_dart @@ -170,7 +170,7 @@ _dart() { '--disable-service-auth-codes[Disables the requirement for an authentication code]' \ '--enable-service-port-fallback[Use 0 if binding port is failed]' \ '--root-certs-file=[The path to a file containing the trusted root certificates]:file:_files' \ - '--root-certs-cache=[The path to a cache directory containing the trusted root certificates]:_files -/' \ + '--root-certs-cache=[The path to a cache directory containing the trusted root certificates]:file:_files -/' \ '--trace-loading[Enable tracing of library and script loading]' \ '--packages=[The path to the package resolution configuration file]:file:_files'\ '--write-service-info=[Outputs information necessary to connect to the VM service]:service_info:_files' \