Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>js-warningNew to Visual Studio Code? Get it now.
js-warning

js-warning

Arketec

|
525 installs
| (1) | Free
warns user when viewing a Javascript file in the editor window
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

js-warning README

A simple language warning utility extension

Features

This extension is a simple utility that warns the user when the editor window has a filetype open that the user configures to warn about.

By default, this warns a user when they have a javascript file open

Commands

  • Warn: Runs the warning command
  • Language Name: Prints the current file language name in the alert panel
  • Add Current Language Warning: Adds the language of the current open file to the warnings
  • Remove Current Language Warning: Removes the language of the current open file from the warnings

Extension Settings

This extension contributes the following settings:

  • js-warning.languages: array of languages to warn user. Default: ["javascript"]

Known Issues

Extension will not warn when first file is a language in the configured warnings. Need to change windows to activate

Release Notes

1.0.0

Initial release

features:

  • Add and remove languages to warnings
  • Get current language from open file
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft