diff --git a/.vscode/settings.json b/.vscode/settings.json index 42610b7..ea1b74d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,7 +18,7 @@ // Controls how suggestions are pre-selected when showing the suggest list "editor.suggestSelection": "recentlyUsed", // Enable word based suggestions - "editor.wordBasedSuggestions": true, + "editor.wordBasedSuggestions": "matchingDocuments", // Enable parameter hints "editor.parameterHints.enabled": true, "files.associations": { diff --git a/CMakeLists.txt b/CMakeLists.txt index 967ad62..f332574 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # # Build instructions for VSCP Works. # -# Copyright (C) 2000-2023 Åke Hedman, the VSCP Project +# Copyright (C) 2000-2024 Åke Hedman, the VSCP Project # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/vscphelperlib.cpp b/src/vscphelperlib.cpp index 4febd22..8982a74 100644 --- a/src/vscphelperlib.cpp +++ b/src/vscphelperlib.cpp @@ -4,7 +4,7 @@ // // The MIT License (MIT) // -// Copyright (C) 2000-2023 Åke Hedman, The VSCP Project, +// Copyright (C) 2000-2024 Åke Hedman, The VSCP Project, // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/vscphelperlib.h b/src/vscphelperlib.h index 7524579..ead3c07 100644 --- a/src/vscphelperlib.h +++ b/src/vscphelperlib.h @@ -5,7 +5,7 @@ // // The MIT License (MIT) // -// Copyright (C) 2000-2023 Åke Hedman, The VSCP Project, +// Copyright (C) 2000-2024 Åke Hedman, The VSCP Project, // // // Permission is hereby granted, free of charge, to any person obtaining a copy