jdk8u-dev icon indicating copy to clipboard operation
jdk8u-dev copied to clipboard

8244966: Add .vscode to .hgignore and .gitignore

Open sendaoYan opened this issue 6 months ago • 13 comments

Hi all,

This pull request contains a backport of commit 95c0b97b from the openjdk/jdk11u-dev repository.

The commit being backported was authored by SendaoYan on 30 Jul 2024 and was reviewed by Paul Hohensee.

Trivial fix but useful, no risk.

Thanks!


Progress

  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8244966 needs maintainer approval

Issue

  • JDK-8244966: Add .vscode to .hgignore and .gitignore (Enhancement - P5 - Requested)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/556/head:pull/556
$ git checkout pull/556

Update a local copy of the PR:
$ git checkout pull/556
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/556/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 556

View PR using the GUI difftool:
$ git pr show -t 556

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/556.diff

Webrev

Link to Webrev Comment

sendaoYan avatar Jul 30 '24 15:07 sendaoYan