Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>toolset-hsp3New to Visual Studio Code? Get it now.

toolset-hsp3

Preview

honobonosun

|
42 installs
| (0) | Free
An VSCode extension to automate hsp3root path configuration.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

toolset-hsp3

An extension to automate hsp3root path configuration.

Features

This extension provides three functions.

(1) Search for installed HSP3 using the node-glob pattern.

(2) It will let you choose one of the HSP3 environments it finds.

(3) Other extensions can get the path of the environment selected in (2) from the public API.

Once you install this extension, your VSCode will be able to find HSP3, even if you are not familiar with the file system, as long as HSP3 is installed by the installer to default path.

Requirements

  • Installed HSP3.5 (and above) for windows on your PC.

Extension Settings

toolset-hsp3.globs

Write a glob pattern to search for the installed HSP3 to string type array.

Since it is an array, you can write multiple glob patterns.

Node-glob on Windows cannot use a backslash as a path separator.

You can read about other specifications in the repository.

License

toolset-hsp3

MIT license 2022-02-26 Honobono

glob

The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

## Glob Logo

Glob's logo created by Tanya Brassie http://tanyabrassie.com/, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License https://creativecommons.org/licenses/by-sa/4.0/

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft