;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. (defvar open-in-msvs--path-to-vbs (byte-code "\301!\302P\207" [load-file-name file-name-directory "open-in-msvs.vbs"] 2)) #@90 Opens current file:line:column within active instance of Visual Studio or start new one. (defalias 'open-in-msvs #[0 "\214~\210\301\302\303\304!\304\305 !\306 i%\307\211\211$)\207" [open-in-msvs--path-to-vbs call-process-shell-command format "%s %s %d %d" shell-quote-argument buffer-file-name line-number-at-pos nil] 7 (#$ . 210) nil]) (provide 'open-in-msvs)